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)
commit4d6e7520acd99ae0e231d3cfce5e72402e1cdf72
tree12b4a883331fbbfeedffc5f37227474a0a53fa9e
parent7383847de838eb2026001416ba11fa99c85d556c
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