commit | 047d5d774fe56908a2986dc194d9df7b6a8724c6 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Sun Sep 04 17:31:07 2016 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Sun Sep 04 17:41:20 2016 -0400 |
tree | 2cb4fe10ce3ba12950076dabee84fc3604a62333 | |
parent | a7b27f11a1639591e10200b6a6e70edf4726a199 [diff] |
e2fsck: enforce that the extra isize fields in the superblock are sane Invalid extra isize fields can cause crashes in e2fsprogs and possibly in the kernel for some architectures due to unaligned accesses. Signed-off-by: Theodore Ts'o <tytso@mit.edu>