]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
netfilter: nft_exthdr: fix offset with ipv4_find_option()
authorAlexey Kashavkin <akashavkin@gmail.com>
Sat, 1 Mar 2025 21:14:36 +0000 (00:14 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 22 Mar 2025 19:54:13 +0000 (12:54 -0700)
commit931681bc821fbf3d2ff4bc3869cbc2ca81b42e1e
tree80a80de717933abce5a34644a1eff18336d280b5
parent5c3ca9cb48b51bd72bf76b8b05e24f3cd53db5e7
netfilter: nft_exthdr: fix offset with ipv4_find_option()

[ Upstream commit 6edd78af9506bb182518da7f6feebd75655d9a0e ]

There is an incorrect calculation in the offset variable which causes
the nft_skb_copy_to_reg() function to always return -EFAULT. Adding the
start variable is redundant. In the __ip_options_compile() function the
correct offset is specified when finding the function. There is no need
to add the size of the iphdr structure to the offset.

Fixes: dbb5281a1f84 ("netfilter: nf_tables: add support for matching IPv4 options")
Signed-off-by: Alexey Kashavkin <akashavkin@gmail.com>
Reviewed-by: Florian Westphal <fw@strlen.de>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
net/netfilter/nft_exthdr.c