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).
MFC r287650: Tags None Referenced Files None Subscribers None
Description
Details
|