Subject: CVS commit: src/sbin/fsck_lfs
To: None <source-changes@NetBSD.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 10/05/2003 17:11:23
Module Name:	src
Committed By:	jdolecek
Date:		Sun Oct  5 17:11:23 UTC 2003

Modified Files:
	src/sbin/fsck_lfs: dir.c

Log Message:
fix NULL pointer pointer dereference in fileerror() when ino is NULL

problem reported and fix provided in PR kern/23065 by Gary Duzan, only
slightly adjusted to only do the VTOI() when needed


To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 src/sbin/fsck_lfs/dir.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.