K 10 svn:author V 7 rwatson K 8 svn:date V 27 2006-01-16T00:52:20.000000Z K 7 svn:log V 363 Replace strncpy() with strlcpy() when parsing login time limit strings from /etc/login.conf, or an unterminated string buffer could result. Probably, login_times.c should reject excessively long time strings as unparseable, rather than truncating, which might render an invalid string valid. Found with: Coverity Prevent (tm) Reviewed by: csjp MFC after: 3 days END