summaryrefslogtreecommitdiff
path: root/src/lib/libc/string/strlcat.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* When finding the end of dst, never traverse more than siz bytes. Thismillert1999-06-171-5/+5
* add strlcpy/strlcat, safe and sensible string copy/appendmillert1998-07-011-0/+71