Fix another bug related to changing strlcpy()
This conversion from strncpy() to strlcpy() resulting in truncating a string, which caused test21.22 to fail.
Please register or sign in to comment
This conversion from strncpy() to strlcpy() resulting in truncating a string, which caused test21.22 to fail.