]> 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 15:30:48 +0000 (11:30 -0400)
commit34b2a4a1f9794498ca403393003cc5840c240d42
tree47eb9f636be8a4db5fbd362057412770efc41b73
parent205ea4dea7174997b28ad0dffdd6b861af8798f8
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>
lib/ext2fs/punch.c