aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/syscall-counts.py
diff options
context:
space:
mode:
authorJeremy Sowden <jeremy@azazel.net>2023-03-07 23:22:56 +0000
committerPablo Neira Ayuso <pablo@netfilter.org>2023-03-08 12:25:59 +0100
commit068d82e75d537b444303b8c449a11e51ea659565 (patch)
tree92e6795f145c4328dd0efb97296212f54fcbc88b /tools/perf/scripts/python/syscall-counts.py
parent37d9df224d1eec1b434fe9ffa40104c756478c29 (diff)
netfilter: nft_nat: 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 <jeremy@azazel.net> Reviewed-by: Florian Westphal <fw@strlen.de> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions