diff options
author | Florian Westphal <fw@strlen.de> | 2022-12-15 17:16:33 +0300 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2022-12-21 19:34:00 +0300 |
commit | 5eb119da94ac5d67a31eaa869621dc6e25eb125e (patch) | |
tree | 9474ccc2b67f0d427cd6fcec7eb2519bafca7b67 /tools/perf/scripts/python/task-analyzer.py | |
parent | 19e72b064fc32cd58f6fc0b1eb64ac2e4f770e76 (diff) | |
download | linux-5eb119da94ac5d67a31eaa869621dc6e25eb125e.tar.xz |
netfilter: conntrack: fix ipv6 exthdr error check
smatch warnings:
net/netfilter/nf_conntrack_proto.c:167 nf_confirm() warn: unsigned 'protoff' is never less than zero.
We need to check if ipv6_skip_exthdr() returned an error, but protoff is
unsigned. Use a signed integer for this.
Fixes: a70e483460d5 ("netfilter: conntrack: merge ipv4+ipv6 confirm functions")
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'tools/perf/scripts/python/task-analyzer.py')
0 files changed, 0 insertions, 0 deletions