You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the filesystem block bitmap is corrupted, we detect the corruption
while loading the bitmap and fail the allocation with error. However the
next allocation from the same bitmap will notice the bitmap buffer is
already loaded and tries to allocate from the bitmap with mixed results
(depending on the exact nature of the bitmap corruption). Fix the
problem by using BH_verified bit to indicate whether the bitmap is valid
or not.
Reported-by: [email protected]
CC: [email protected]
Link: https://patch.msgid.link/[email protected]
Fixes: 1e0d4ad ("udf: Check consistency of Space Bitmap Descriptor")
Signed-off-by: Jan Kara <[email protected]>
0 commit comments