Files
src/sbin
Kirk McKusick b3fe5d9322 Fix off-by-one error in fsck_ffs(8) chkrange() block-number check.
On an amd64-CURRENT machine with an i-node that refers to a block
number that is one too large will cause a core dump, due to writing
beyond the end of blockmap[] and corrupting the next heap block,
which happens to contain a struct inoinfo in inphash[]. Note that
valgrind catches the blockmap[] access.

Reported by:  Robert Morris
PR:           271289
MFC after:    1 week
Sponsored by: The FreeBSD Foundation
2023-05-09 13:08:10 -07:00
..
2022-11-03 00:20:12 +01:00
2023-04-26 00:36:33 -05:00
2023-05-09 16:20:13 +02:00
2023-05-08 06:56:22 +00:00
2023-04-30 18:00:20 +00:00
2023-01-26 21:13:16 -05:00