Searched hist:"599 a9b77ab289d85c2d5c8607624efbe1f552b0f" (Results 1 – 1 of 1) sorted by relevance
/linux/fs/ext4/ |
H A D | ialloc.c | diff 599a9b77ab289d85c2d5c8607624efbe1f552b0f Thu Oct 30 15:53:16 CET 2014 Jan Kara <jack@suse.cz> ext4: fix oops when loading block bitmap failed
When we fail to load block bitmap in __ext4_new_inode() we will dereference NULL pointer in ext4_journal_get_write_access(). So check for error from ext4_read_block_bitmap().
Coverity-id: 989065 Cc: stable@vger.kernel.org Signed-off-by: Jan Kara <jack@suse.cz> Signed-off-by: Theodore Ts'o <tytso@mit.edu>
|