Whamcloud - gitweb
e2fsck: fix ASAN error when using 128 byte inodes
authorTheodore Ts'o <tytso@mit.edu>
Sat, 15 Apr 2017 14:33:53 +0000 (10:33 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 21 Apr 2017 07:33:47 +0000 (03:33 -0400)
commite251f3585902919e809414a4bd17d6bfdbdaaad1
tree36f254ad88a7a37bb19c7bd68215873a761e8cd8
parent0b76d709f459eb0bca0d453289defc297a64f581
e2fsck: fix ASAN error when using 128 byte inodes

Due to the inode table buffering, it's actually hard to overrun the
end of allocated memory, so the ASAN error doesn't trigger all the
time.

Google-Bug-Id: 37326362

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