Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Reverse the order of two loop invariant to ensure strlcat() does not | jedgar | 2001-01-17 | 1 | -3/+6 |
| | | | | | | | | | | attempt to read memory when siz is 0 - Clarify comments referring to strlcat() usage PR: 24278, 24295 Submitted by: Tony Finch <dot@dotat.at> Richard Kettlewell <rjk@greenend.org.uk> Reviewed by: -audit | ||||
* | Use the latest version of these files from OpenBSD. | imp | 1999-08-10 | 1 | -5/+5 |
| | | | | | | | | | | 1) Safty change from casper dik was added to OpenBSD's sources since I grabbed them. milltert@openbsd.org 2) Split up strlcpy to improve efficiency of the common case. milltert@openbsd.org 3) Cleanup of cross references for man page. {alex,aaron}@openbsd.org Pointed out by: deraadt@openbsd.org | ||||
* | Import strl{cat,cpy} from OpenBSD. | imp | 1999-08-10 | 1 | -0/+71 |
Obtained from: OpenBSD |