]> git.baikalelectronics.ru Git - kernel.git/commit
ext4: add EXT4_INODE_HAS_XATTR_SPACE macro in xattr.h
authorBaokun Li <libaokun1@huawei.com>
Thu, 16 Jun 2022 02:13:55 +0000 (10:13 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 17 Aug 2022 12:24:26 +0000 (14:24 +0200)
commit0be04f553e3099980e8863edfd779af7c399587d
treed42db0ef6a70ac3d0ac6e350f4327f5febd24a81
parent9bd9ce461eeb3c1c8158cad6b79cbf332d9cfffc
ext4: add EXT4_INODE_HAS_XATTR_SPACE macro in xattr.h

[ Upstream commit a3cee0bc92ca42d5acd6a699ed0a6f9d291d5870 ]

When adding an xattr to an inode, we must ensure that the inode_size is
not less than EXT4_GOOD_OLD_INODE_SIZE + extra_isize + pad. Otherwise,
the end position may be greater than the start position, resulting in UAF.

Signed-off-by: Baokun Li <libaokun1@huawei.com>
Reviewed-by: Jan Kara <jack@suse.cz>
Reviewed-by: Ritesh Harjani (IBM) <ritesh.list@gmail.com>
Link: https://lore.kernel.org/r/20220616021358.2504451-2-libaokun1@huawei.com
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Signed-off-by: Sasha Levin <sashal@kernel.org>
fs/ext4/xattr.h