diff options
author | Phil Sutter <phil@nwl.cc> | 2017-07-27 17:56:39 +0300 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2017-07-31 20:14:05 +0300 |
commit | 6e692678d74289d6129bbd4bb20bb9fe01278faa (patch) | |
tree | d333471bd44be2d8b03d77b0aaa8fc0c3e3d459c /lib/nlattr.c | |
parent | 591bb2789bc2a93f379b13d277f441f1b427102d (diff) | |
download | linux-6e692678d74289d6129bbd4bb20bb9fe01278faa.tar.xz |
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/nlattr.c')
0 files changed, 0 insertions, 0 deletions