Subject: CVS commit: [netbsd-3] src/sbin/fsck_ffs
To: None <source-changes@NetBSD.org>
From: Jeff Rizzo <riz@netbsd.org>
List: source-changes
Date: 12/07/2005 19:37:52
Module Name:	src
Committed By:	riz
Date:		Wed Dec  7 19:37:52 UTC 2005

Modified Files:
	src/sbin/fsck_ffs [netbsd-3]: pass1.c

Log Message:
Pull up following revision(s) (requested by christos in ticket #1037):
	sbin/fsck_ffs/pass1.c: revision 1.40
ndb is daddr_t which is 64 bits, by truncating it to j which is an int, it
can get negative causing segmentation faults. Check against this.


To generate a diff of this commit:
cvs rdiff -r1.36.2.1 -r1.36.2.2 src/sbin/fsck_ffs/pass1.c

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