quote: don't use sprintf()
commitb93c1881f60c349755b4a369074360a4da497cd0
authorH. Peter Anvin <hpa@zytor.com>
Tue, 14 Jul 2009 18:48:26 +0000 (14 14:48 -0400)
committerH. Peter Anvin <hpa@zytor.com>
Wed, 15 Jul 2009 20:30:15 +0000 (15 16:30 -0400)
treef94861dbafaddf10671f7f672d1516edd876d544
parent62f286386056e2bcc081417ffa9e13928c57da66
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