]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ntfs: check $EA query-length in ntfs_ea_get
authorHyunchul Lee <hyc.lee@gmail.com>
Mon, 9 Mar 2026 07:06:06 +0000 (16:06 +0900)
committerNamjae Jeon <linkinjeon@kernel.org>
Mon, 16 Mar 2026 11:27:36 +0000 (20:27 +0900)
commit10993e525b1ee81cbe02a8ca7d0005712f6b3d82
treefcffdb655dc819ea3793622cc043ce533527d2a7
parenta5325419e9fb086f79334723a54481336dc9d561
ntfs: check $EA query-length in ntfs_ea_get

if ea_info_qlen exceeds all_ea_size, OOB can happen.

Signed-off-by: Hyunchul Lee <hyc.lee@gmail.com>
Signed-off-by: Namjae Jeon <linkinjeon@kernel.org>
fs/ntfs/ea.c