Date: Sun, 3 Dec 2006 17:05:04 +0000 (UTC) From: Diomidis Spinellis <dds@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/jot jot.c Message-ID: <200612031705.kB3H5407042442@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
dds 2006-12-03 17:05:04 UTC
FreeBSD src repository
Modified files:
usr.bin/jot jot.c
Log:
Correct handling of format strings with escaped % specifications.
Note: It would be nice to be able to implement getformat() using
fmtcheck(3), but fmtcheck does not distinguish between signed and
unsigned types, a facility jot needs to perform range checks on its
output.
Submitted by: Per Kristian Hove
MFC after: 2 weeks
Revision Changes Path
1.35 +5 -2 src/usr.bin/jot/jot.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200612031705.kB3H5407042442>
