disasm.c: eatbyte -- use snprintf to prevent potential buffer overflow
commit0a45cc8ce8ae3451a7cff45c3947dbc631f1ddad
authorCyrill Gorcunov <gorcunov@gmail.com>
Sun, 9 Aug 2009 15:25:29 +0000 (9 19:25 +0400)
committerH. Peter Anvin <hpa@zytor.com>
Sun, 9 Aug 2009 17:30:48 +0000 (9 10:30 -0700)
tree82bc7c95605d4cf3e41559dc59c6a277a4600c2a
parentc9b2d2a8ecc754a5a5b6cf549c3fd45719650299
disasm.c: eatbyte -- use snprintf to prevent potential buffer overflow

At moment we can't overrun buffer even if we would like to
but better to stay on a safe side and use snprintf.

Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
disasm.c