Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: basesrc
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.
Home |
Main Index |
Thread Index |
Old Index