summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorZhengYuan Huang <gality369@gmail.com>2026-05-08 11:59:12 +0300
committerAndrew Morton <akpm@linux-foundation.org>2026-05-29 07:24:48 +0300
commitb8ba8bbe69ad8a37e2f9bc2792c1b825f1964c91 (patch)
treec543aba7f2a35296c58ff22bc60574d2d41a9deb /scripts
parenta61b83dd83ed44e937de7aead2b4ddd3ad32e3f8 (diff)
downloadlinux-b8ba8bbe69ad8a37e2f9bc2792c1b825f1964c91.tar.xz
ocfs2: validate inline xattr header before ibody remove
[BUG] A corrupt inline xattr header can make ocfs2_xattr_ibody_remove() pass an unchecked header into ocfs2_remove_value_outside() during inode xattr teardown. [CAUSE] ocfs2_xattr_ibody_remove() still rebuilt the ibody xattr header directly from di->i_xattr_inline_size and then handed it to code that iterates xh_count and entry geometry. [FIX] Validate the inline xattr header with the shared helper before handing it to the outside-value removal path, and propagate -EFSCORRUPTED on bad metadata instead of traversing the unchecked header. Link: https://lore.kernel.org/20260508085914.61647-4-gality369@gmail.com Signed-off-by: ZhengYuan Huang <gality369@gmail.com> Reviewed-by: Joseph Qi <joseph.qi@linux.alibaba.com> Cc: Changwei Ge <gechangwei@live.cn> Cc: Heming Zhao <heming.zhao@suse.com> Cc: Jia-Ju Bai <baijiaju1990@gmail.com> Cc: Joel Becker <jlbec@evilplan.org> Cc: Jun Piao <piaojun@huawei.com> Cc: Junxiao Bi <junxiao.bi@oracle.com> Cc: Mark Fasheh <mark@fasheh.com> Cc: Zixuan Fu <r33s3n6@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions