opnsense-src/sys/gnu
Ian Dowse ca305f613f Fix two off-by-one errors when sanity-checking inode numbers. In
ext2fs, inode numbers start at 1, so the maximum valid inode number
is (s_inodes_per_group * s_groups_count), not one less. This is
just a minimal change to avoid unnecessary panics and errors; some
other related bugs that Bruce Evans mentioned to me are not addressed.

Reviewed by:	bde (ages ago)
2002-05-18 21:33:07 +00:00
..
dev/sound/pci new (gpl licensed) firmware image for cs4280/cs46xx sound chips 2001-05-30 22:28:30 +00:00
ext2fs Fix two off-by-one errors when sanity-checking inode numbers. In 2002-05-18 21:33:07 +00:00
fs/ext2fs Fix two off-by-one errors when sanity-checking inode numbers. In 2002-05-18 21:33:07 +00:00
i386/fpemul Fixed syntax errors (tokens after #endif). 2002-05-13 12:55:30 +00:00