PCUT showed one failure which occured while testing
the string function strndup(). The last letter was not
a \0. This commit invokes in strndup() the function
strncpy() instead of strcpy() which corrects this
failure
(No files)
Note:
See TracChangeset
for help on using the changeset viewer.