quote: don't use sprintf()
commit466ba97d68bf289aef6c62ba449957def1291e0f
authorH. Peter Anvin <hpa@zytor.com>
Tue, 14 Jul 2009 18:48:26 +0000 (14 14:48 -0400)
committerH. Peter Anvin <hpa@zytor.com>
Tue, 14 Jul 2009 18:48:26 +0000 (14 14:48 -0400)
treea9f979140606c560ed0b381dcc9ef02216b8f3e8
parentbf0247af7a7eac9ea50687148935c7d9af32577c
quote: don't use sprintf()

There is no point in using sprintf(), and it adds the possibility of
either bugs due to the output not matching what the byte count loop is
expecting, or just cause people to freak out due to the notion that
"sprinf is unsafe".

Reported-by: Ed Beroset <beroset@mindspring.com>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
quote.c