Fix bug in strlcpy() that could cause reading too much data from the
authorBen Pfaff <blp@cs.stanford.edu>
Fri, 29 Oct 2004 04:29:29 +0000 (04:29 +0000)
committerBen Pfaff <blp@cs.stanford.edu>
Fri, 29 Oct 2004 04:29:29 +0000 (04:29 +0000)
commite44481130aa27aaf20c7755586e3413fdd8d9da1
tree364d9429620015a25c911c49a0e92a75e8b85ffc
parent68cfbad945e00d12f3ac8f0fa33664ad2caa0eee
Fix bug in strlcpy() that could cause reading too much data from the
source string.  Thanks to Jim Chow for reporting the bug and providing
the fix.
src/lib/string.c