Commit df75e98b authored by Jeremy Sowden's avatar Jeremy Sowden Committed by sanglipeng
Browse files

netfilter: nft_masq: correct length for loading protocol registers

stable inclusion
from stable-v5.10.176
commit 3a0f8ea35ddc9b205dbc04f6e848890ec983065e
category: bugfix
bugzilla: https://gitee.com/openeuler/kernel/issues/I87BGI

Reference: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=3a0f8ea35ddc9b205dbc04f6e848890ec983065e



--------------------------------

[ Upstream commit ec2c5917 ]

The values in the protocol registers are two bytes wide.  However, when
parsing the register loads, the code currently uses the larger 16-byte
size of a `union nf_inet_addr`.  Change it to use the (correct) size of
a `union nf_conntrack_man_proto` instead.

Fixes: 8a6bf5da ("netfilter: nft_masq: support port range")
Signed-off-by: default avatarJeremy Sowden <jeremy@azazel.net>
Reviewed-by: default avatarFlorian Westphal <fw@strlen.de>
Signed-off-by: default avatarPablo Neira Ayuso <pablo@netfilter.org>
Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
Signed-off-by: default avatarsanglipeng <sanglipeng1@jd.com>
parent f40fe9b9
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment