HomeFreeBSD

MFC r287650:

Description

MFC r287650:

Use strlcpy() in favor of strncpy() as it's defined to have a nul character
at the end of string buffer, and the code context do expects this to behave
correctly (e.g. strchr).

Details

Provenance
delphijAuthored on
Parents
rS288205: MFC r287650:
Branches
Unknown
Tags
Unknown