Avoid undefined behavior of %.*c in printf.
commit17b0fe1e6e2ba0634ad55a169a83d9eed9a182ed
authorEric Blake <ebb9@byu.net>
Mon, 9 Jul 2007 12:54:26 +0000 (9 12:54 +0000)
committerEric Blake <ebb9@byu.net>
Fri, 21 Sep 2007 21:49:04 +0000 (21 15:49 -0600)
tree96e065b9c4b047fb54767968830b1876ccc129e8
parent19a9b8eb8b199a561ed7637b9b2d1a3118bb35e3
Avoid undefined behavior of %.*c in printf.
* src/format.c (format): Special case %c.
* TODO: Document that more remains to be done.
* NEWS: Document the fix.
ChangeLog
NEWS
TODO
src/format.c