Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ext2fs: fix integer overflow in rb_get_bmap_range
bmap_rb_extent is defined as __u64:blk __u64:count. So count can exceed INT_MAX on populated filesystems. TESTCASE: xfstest ext4/004 Signed-off-by: Dmitry Monakhov <dmonakhov@openvz.org> Signed-off-by: Theodore Ts'o <tytso@mit.edu>
- Loading branch information