Subject: CVS commit: basesrc/lib/libc/gen
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 08/31/2001 03:31:08
Module Name: basesrc
Committed By: lukem
Date: Fri Aug 31 00:31:08 UTC 2001
Modified Files:
basesrc/lib/libc/gen: fstab.c
Log Message:
fstabscan() fixes:
- if _fs_fstab.fs_type is NULL, the line is incorrect, so warn about it
rather than trying to deference a NULL pointer.
fixes [bin/13787] by Dave Burgess.
- clear _fs_fstab before each use (just to be sure)
To generate a diff of this commit:
cvs rdiff -r1.22 -r1.23 basesrc/lib/libc/gen/fstab.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.