[PATCH] reiserfs: cleanup_bitmap_list() check for NULL argument.
From: Nikita Danilov <Nikita@Namesys.COM> fs/reiserfs/journal.c:cleanup_bitmap_list() can be called to cleanup reiserfs_list_bitmap that was only partly initialized. Check that jb->bitmaps array was actually allocated, before trying to free its elements.
Showing
Please register or sign in to comment