CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected] 2014/12/03 11:25:18

Modified files:
        regress/lib/libc/strlcat: strlcattest.c 
        regress/lib/libc/strlcpy: strlcpytest.c 

Log message:
Fill the buffer with 'z' instead of 'a' since 'a' is part of the
string we are testing.
Add tests to verify that we get SIGSEGV when passed a NULL src or dst.
It is better to crash than for an implementation to check for NULL
and try to recover.

Reply via email to