]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit
libext2fs: fix integer overflow in ext2fs_punch() when releasing more than 2**31...
authorTheodore Ts'o <tytso@mit.edu>
Mon, 9 Jun 2025 15:30:48 +0000 (11:30 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 9 Jun 2025 20:58:38 +0000 (16:58 -0400)
commitc4dad69036bbc060265931416a1b963d79c60a15
treeeaaad0a38e5abea9b261e4f66ad3301747282d93
parentf1c141f1b5ff013741483ffb42fab20e755afc46
libext2fs: fix integer overflow in ext2fs_punch() when releasing more than 2**31 blocks

Addresses-Debian-Bug: #1106241
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
(cherry picked from commit 34b2a4a1f9794498ca403393003cc5840c240d42)
lib/ext2fs/punch.c