]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit
mke2fs: add range checks for -E desc_size
authorTheodore Ts'o <tytso@mit.edu>
Mon, 26 May 2025 16:51:49 +0000 (12:51 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 9 Jun 2025 20:55:47 +0000 (16:55 -0400)
commit9c88e60327bafbce359a0ad6f0025bda403e2ee7
tree4f69745b40b0c9af23ea44484acbec1a05a7d6d2
parent8826d29f7b458a14e8a63964c2f2d7b4f0434179
mke2fs: add range checks for -E desc_size

Prevent the user from specifying group descriptor that result in
invalid/corrupted file systems.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
(cherry picked from commit 326e8ab43503dd9f44338754c84cb03a725ecc49)
misc/mke2fs.c