Whamcloud - gitweb
libext2fs: don't break when ext2fs_clear_generic_bmap() for 32-bit bitmaps
authorTheodore Ts'o <tytso@mit.edu>
Mon, 5 Dec 2011 17:35:38 +0000 (12:35 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 5 Dec 2011 17:35:38 +0000 (12:35 -0500)
commitba37bb704f4ab2631a39c32b35d6bb339e17b293
tree3d2169c6850c557edf4faf2bde1beffa9fca7481
parent499d5ec5582209279bb0cf86672770d77b047871
libext2fs: don't break when ext2fs_clear_generic_bmap() for 32-bit bitmaps

This is only an issue for programs compiled against e2fsprogs 1.41
that manipulate bitmaps directly.  Fortunately there are very few
programs which do that, especially those that try to clear a bitmap.

Addresses-Sourceforge-Bugs: #3451486

Reported-by: robi6@users.sourceforge.net
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
lib/ext2fs/gen_bitmap64.c