K 10 svn:author V 3 dds K 8 svn:date V 27 2006-12-03T17:50:21.000000Z K 7 svn:log V 347 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 END