Whamcloud - gitweb
libext2fs: fix potential free() of garbage in ext2fs_update_bb_inode()
authorTheodore Ts'o <tytso@mit.edu>
Mon, 20 Dec 2010 15:57:29 +0000 (10:57 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 20 Dec 2010 15:58:58 +0000 (10:58 -0500)
commit2150278fa25f3fe8b8f29835ccd3079b608bb825
treee24d7061e6864a70d2921954c2c47e096248bed1
parentf57e64a851b417f7a8cf0ab2531ad9028ca75474
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>
lib/ext2fs/bb_inode.c