summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2024-01-29 13:09:43 +0300
committerPablo Neira Ayuso <pablo@netfilter.org>2024-02-01 01:14:13 +0300
commit259eb32971e9eb24d1777a28d82730659f50fdcb (patch)
tree998bf436191ed6a60d459e70621e508e8ae338be /include
parent97f7cf1cd80eeed3b7c808b7c12463295c751001 (diff)
downloadlinux-259eb32971e9eb24d1777a28d82730659f50fdcb.tar.xz
netfilter: nf_log: replace BUG_ON by WARN_ON_ONCE when putting logger
Module reference is bumped for each user, this should not ever happen. But BUG_ON check should use rcu_access_pointer() instead. If this ever happens, do WARN_ON_ONCE() instead of BUG_ON() and consolidate pointer check under the rcu read side lock section. Fixes: fab4085f4e24 ("netfilter: log: nf_log_packet() as real unified interface") Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions