Whamcloud - gitweb
e2fsck: abort if ext2fs_check_desc() returns a memory failure
authorTheodore Ts'o <tytso@mit.edu>
Thu, 22 Mar 2012 02:49:04 +0000 (22:49 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 22 Mar 2012 02:49:04 +0000 (22:49 -0400)
We were checking for ENOMEM, but in fact if the malloc() fails,
ext2fs_check_desc() will return EXT2_ET_NO_MEMORY.

Addresses-Google-Bug: #6208183

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>

No differences found