summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPhil Sutter <phil@nwl.cc>2017-07-27 16:56:39 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2017-07-31 19:14:05 +0200
commit6e692678d74289d6129bbd4bb20bb9fe01278faa (patch)
treed333471bd44be2d8b03d77b0aaa8fc0c3e3d459c /lib
parent591bb2789bc2a93f379b13d277f441f1b427102d (diff)
netfilter: nf_tables: No need to check chain existence when tracing
nft_trace_notify() is called only from __nft_trace_packet(), which assigns its parameter 'chain' to info->chain. __nft_trace_packet() in turn later dereferences 'chain' unconditionally, which indicates that it's never NULL. Same does nft_do_chain(), the only user of the tracing infrastructure. Hence it is safe to assume the check removed here is not needed. Signed-off-by: Phil Sutter <phil@nwl.cc> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions