aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/flamegraph.py
diff options
context:
space:
mode:
authorJeremy Sowden <[email protected]>2023-03-07 23:22:57 +0000
committerPablo Neira Ayuso <[email protected]>2023-03-08 12:26:31 +0100
commitec2c5917eb858428b2083d1c74f445aabbe8316b (patch)
tree59777bead2482e209403f303197f4c466e6d43e1 /tools/perf/scripts/python/flamegraph.py
parent068d82e75d537b444303b8c449a11e51ea659565 (diff)
netfilter: nft_masq: 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: 8a6bf5da1aef ("netfilter: nft_masq: support port range") Signed-off-by: Jeremy Sowden <[email protected]> Reviewed-by: Florian Westphal <[email protected]> Signed-off-by: Pablo Neira Ayuso <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/flamegraph.py')
0 files changed, 0 insertions, 0 deletions