summaryrefslogtreecommitdiff
path: root/scripts/Makefile.thinlto
diff options
context:
space:
mode:
authorSamuel Moelius <sam.moelius@trailofbits.com>2026-06-03 19:11:26 +0300
committerJaegeuk Kim <jaegeuk@kernel.org>2026-06-22 22:52:37 +0300
commit90e02a8e1b6863c41876473f844c8e24b06d55f7 (patch)
treeae48360e6b25f68e1c164380cb6e5585ecae7982 /scripts/Makefile.thinlto
parentcfcd0e49a178b3dac2c0ece656079081dbf5da74 (diff)
downloadlinux-90e02a8e1b6863c41876473f844c8e24b06d55f7.tar.xz
f2fs: validate dentry name length before lookup compares it
The f2fs dentry lookup path can use the on-disk name length before checking that the name fits in the dentry filename area. A corrupted dentry can then make lookup read beyond the filename slots. The bounds check needs to happen before any comparison that consumes the name length from disk. Reject dentries with invalid name lengths before comparing their names. Assisted-by: Codex:gpt-5.5-cyber-preview Signed-off-by: Samuel Moelius <sam.moelius@trailofbits.com> Reviewed-by: Chao Yu <chao@kernel.org> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Diffstat (limited to 'scripts/Makefile.thinlto')
0 files changed, 0 insertions, 0 deletions