freebsd-dev/usr.bin/jot
Diomidis Spinellis f88b45d7df Prevent buffer overflow when forcibly terminating an escape character.
Obtained from:	OpenBSD
Note: In the case of a full buffer the OpenBSD implementation will
leave in the format string an invalid escape sequence.  This appears
to be harmless with our C library, but according to C99 this can
cause undefined behavior.

MFC after:      2 weeks
2006-12-03 17:50:21 +00:00
..
jot.1 Use a more sensible default of 1 or -1 when only the start and 2006-11-06 15:11:50 +00:00
jot.c Prevent buffer overflow when forcibly terminating an escape character. 2006-12-03 17:50:21 +00:00
Makefile