K 10 svn:author V 3 imp K 8 svn:date V 27 1998-06-09T04:17:29.000000Z K 7 svn:log V 293 o Use snprintf rather than sprintf o Add more checks for buffer overflows o Use snprintf rather than strcat/cpy and have better checks for max length exceeded. Most of these changes are not exploitable buffer overruns, but it never hurts to be safe. Inspired by and obtained from: OpenBSD END