Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Jun-ichiro itojun Hagino <itojun@netbsd.org>
List: source-changes
Date: 01/13/2001 06:19:54
Module Name: basesrc
Committed By: itojun
Date: Sat Jan 13 04:19:54 UTC 2001
Modified Files:
basesrc/lib/libc/string: strlcat.c strlcpy.c
Log Message:
pull in openbsd strlcat.c 1.3 -> 1.4.
Reverse the order of two loop invariant to make 'strlcat(0, "foo", 0)'
not get a SEGV; Richard Kettlewell <rjk@greenend.org.uk>
To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 basesrc/lib/libc/string/strlcat.c
cvs rdiff -r1.6 -r1.7 basesrc/lib/libc/string/strlcpy.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.