commit | e251f3585902919e809414a4bd17d6bfdbdaaad1 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Sat Apr 15 10:33:53 2017 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Fri Apr 21 03:33:47 2017 -0400 |
tree | 36f254ad88a7a37bb19c7bd68215873a761e8cd8 | |
parent | 0b76d709f459eb0bca0d453289defc297a64f581 [diff] |
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>