Whamcloud - gitweb
libext2fs: Potential null ptr deref in undo_err_handler_init
authorEric Sandeen <sandeen@redhat.com>
Fri, 16 Sep 2011 20:49:21 +0000 (15:49 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 16 Sep 2011 22:43:04 +0000 (18:43 -0400)
commit665563b825ca697a2b4bdd340760a36f6263709e
tree7904115dea147a86397e32f29a635847b6d9fd93
parentd0f196d867504d8461fb7c6958aa6a5d220d5825
libext2fs: Potential null ptr deref in undo_err_handler_init

In the !undo_io_backing_manager case, undo_err_handler_init
will be passed a null data->real, which will be dereferenced.

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
lib/ext2fs/undo_io.c