summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/strlcat (follow)
Commit message (Collapse)AuthorAgeFilesLines
* I am retiring my old email address; replace it with my OpenBSD one.millert2019-01-251-2/+2
|
* Fill the buffer with 'z' instead of 'a' since 'a' is part of themillert2014-12-031-19/+76
| | | | | | | 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.
* Add simple strlcat regressmillert2014-12-022-0/+122