]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Restore use of strncpy(), as there is later unconditional termination
authorrwatson <rwatson@FreeBSD.org>
Mon, 16 Jan 2006 11:54:07 +0000 (11:54 +0000)
committerrwatson <rwatson@FreeBSD.org>
Mon, 16 Jan 2006 11:54:07 +0000 (11:54 +0000)
commit2ec0453929d48ca4b7c361101d6cf0d99633aa2a
treeba1dcee327e76894c6b3664fab73354999731c8b
parent78d93723e6f7d54632d4a08c9a4630e0f0f1d79a
Restore use of strncpy(), as there is later unconditional termination
of the string, and reliance on the returned pointer.

Found by: bde (tm)
lib/libutil/login_times.c