aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/stackcollapse.py
diff options
context:
space:
mode:
authorFlorian Westphal <[email protected]>2021-06-08 23:06:07 +0200
committerPablo Neira Ayuso <[email protected]>2021-06-09 21:29:23 +0200
commitc5c6accd7b7e10434d6afda4f6a5107c480bb4fb (patch)
tree3634d26b4cd6d240a59c63784d194c0166f05dff /tools/perf/scripts/python/stackcollapse.py
parentd4fb1f954fc7e2044b64b7d690400b99a6d5775c (diff)
netfilter: nf_tables: move base hook annotation to init helper
coverity scanner says: 2187 if (nft_is_base_chain(chain)) { vvv CID 1505166: Memory - corruptions (UNINIT) vvv Using uninitialized value "basechain". 2188 basechain->ops.hook_ops_type = NF_HOOK_OP_NF_TABLES; ... I don't see how nft_is_base_chain() can evaluate to true while basechain pointer is garbage. However, it seems better to place the NF_HOOK_OP_NF_TABLES annotation in nft_basechain_hook_init() instead. Reported-by: coverity-bot <[email protected]> Addresses-Coverity-ID: 1505166 ("Memory - corruptions") Fixes: 65b8b7bfc5284f ("netfilter: annotate nf_tables base hook ops") Signed-off-by: Florian Westphal <[email protected]> Signed-off-by: Pablo Neira Ayuso <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions