Whamcloud - gitweb
e2fsck: avoid dereferencing beyond allocated memory with 128 byte inodes
authorTheodore Ts'o <tytso@mit.edu>
Fri, 11 Nov 2016 23:34:35 +0000 (18:34 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 11 Nov 2016 23:34:35 +0000 (18:34 -0500)
commit750000cf55bc372cd102e4a8d24f90294c38e676
treeff46d49ebf6b87dbb27118818b47bdf7d98dddea
parent101ef2e93c253ae62320628e8958067d2d2a4e2a
e2fsck: avoid dereferencing beyond allocated memory with 128 byte inodes

Detected by ASAN when the inode size is 128 bytes.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
e2fsck/pass1.c