Searched hist:f88b45d7df9ba19dd72e7521853593ecf2d16073 (Results 1 – 1 of 1) sorted by relevance
/freebsd/usr.bin/jot/ |
H A D | jot.c | diff f88b45d7df9ba19dd72e7521853593ecf2d16073 Sun Dec 03 18:50:21 CET 2006 Diomidis Spinellis <dds@FreeBSD.org> 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 diff f88b45d7df9ba19dd72e7521853593ecf2d16073 Sun Dec 03 18:50:21 CET 2006 Diomidis Spinellis <dds@FreeBSD.org> 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
|