stefanf 2005-04-14 17:02:34 UTC
FreeBSD src repository
Modified files:
usr.bin/printf printf.c
Log:
Handle null characters in the format string. A \0 in the argument passed to %b
still results in trucation but this is be much harder to fix.
Revision Changes Path
1.35 +13 -7 src/usr.bin/printf/printf.c