]> 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, 26 May 2025 16:51:49 +0000 (12:51 -0400)
commit326e8ab43503dd9f44338754c84cb03a725ecc49
tree5e0162a1c64777d2a32da5f633919df8c6234c9b
parent3e059df08de94abde1ddd82008d0658584a35e5e
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>
misc/mke2fs.c