K 10 svn:author V 3 yar K 8 svn:date V 27 2007-06-14T14:44:04.000000Z K 7 svn:log V 218 Fix a typical off-by-one error that can result in an unterminated string: strncpy(dst, src, sizeof(dst)); by substituting the safer strlcpy() for strncpy(). X-Security: none (the source string isn't user-supplied) END