commit | 2150278fa25f3fe8b8f29835ccd3079b608bb825 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Mon Dec 20 10:57:29 2010 -0500 |
committer | Theodore Ts'o <tytso@mit.edu> | Mon Dec 20 10:58:58 2010 -0500 |
tree | e24d7061e6864a70d2921954c2c47e096248bed1 | |
parent | f57e64a851b417f7a8cf0ab2531ad9028ca75474 [diff] |
libext2fs: fix potential free() of garbage in ext2fs_update_bb_inode() There was a potential of freeing an uninitialized pointer in rec.block_buf, which was pointed out by Namhyung Kim <namhyung@gmail.com> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>