Skip to content
Commit f7a1c358 authored by Jan Kara's avatar Jan Kara
Browse files

ext2: Check return value from ext2_get_group_desc()



ext2_get_group_desc() can return NULL if there is some error. This
usually means there is some programming error in the ext2 driver itself
but let's be defensive and handle that case.

Coverity-id: 115628
Signed-off-by: default avatarJan Kara <jack@suse.cz>
parent 81abf252
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment