Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 09/10/1999 16:13:10
Module Name: basesrc
Committed By: lukem
Date: Fri Sep 10 23:13:09 UTC 1999
Modified Files:
basesrc/lib/libc/string: strlcat.c strlcpy.c
Log Message:
due to an overwhelming rush of complaints, remove the check for NULL
pointers. apparantly a lot of developers feel that potentially dumping
core is better than returning a status of `0 bytes copied'...
To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 basesrc/lib/libc/string/strlcat.c \
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.