]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit
resize2fs: fix fs->blocksize dereference after fs has been freed
authorTheodore Ts'o <tytso@mit.edu>
Wed, 8 Oct 2014 16:09:35 +0000 (12:09 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 8 Oct 2014 16:09:35 +0000 (12:09 -0400)
commitdeae5e809b524a3cca3ecf66be28058134575a02
treec5c7e1467ce71c282f089bf7aa5875f0ca4b1016
parentebdf895b43a1ce499e4d2556a201e2a753fc422f
resize2fs: fix fs->blocksize dereference after fs has been freed

Commit 77255cf36944b introduced a use after free bug.

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