diff options
author | Jeremy Sowden <[email protected]> | 2023-03-07 23:22:58 +0000 |
---|---|---|
committer | Pablo Neira Ayuso <[email protected]> | 2023-03-08 12:26:37 +0100 |
commit | 1f617b6b4c7a3d5ea7a56abb83a4c27733b60c2f (patch) | |
tree | b3c3a82192bd18a004dc9d0669fdd64e823ac5e9 /scripts/generate_rust_analyzer.py | |
parent | ec2c5917eb858428b2083d1c74f445aabbe8316b (diff) |
netfilter: nft_redir: correct length for loading protocol registers
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: d07db9884a5f ("netfilter: nf_tables: introduce nft_validate_register_load()")
Signed-off-by: Jeremy Sowden <[email protected]>
Reviewed-by: Florian Westphal <[email protected]>
Signed-off-by: Pablo Neira Ayuso <[email protected]>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions