Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ext4: Make the extent validity check more paranoid
Instead of just checking that the extent block number is greater or equal than s_first_data_block, make sure it it is not pointing into the block group descriptors, since that is clearly wrong. This helps prevent filesystem from getting very badly corrupted in case an extent block is corrupted. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
- Loading branch information