Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-3] src/sbin/fsck_ffs
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.
Home |
Main Index |
Thread Index |
Old Index