K 10 svn:author V 3 ken K 8 svn:date V 27 2002-05-23T04:19:22.000000Z K 7 svn:log V 429 MFC, rev 1.11: string cleanup: - fix a few places where buffers might not get NUL terminated (unlike current, there is not the potential for an overrun in -stable) - change strncpy() and strcpy() calls to strlcpy() - use sizeof(string[]) instead of STRING_LEN to avoid future problems - get rid of an unused variable Thanks to BDE for pointing out some of the problems. Approved by: re (bmah), security-officer (kris) END