Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Martin J. Laubach <mjl@netbsd.org>
List: source-changes
Date: 01/13/2000 22:53:49
Module Name: basesrc
Committed By: mjl
Date: Fri Jan 14 06:53:49 UTC 2000
Modified Files:
basesrc/usr.bin/error: filter.c pi.c subr.c
Log Message:
Eliminate hard coded buffer sizes in fgets() statements, use
strlcpy() to avoid buffer overflows, increase filename buffer
to MAXPATHLEN. (from OpenBSD)
To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 basesrc/usr.bin/error/filter.c
cvs rdiff -r1.6 -r1.7 basesrc/usr.bin/error/pi.c
cvs rdiff -r1.8 -r1.9 basesrc/usr.bin/error/subr.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.