summaryrefslogtreecommitdiffstats
path: root/include/libnetfilter_queue
diff options
context:
space:
mode:
authorFlorian Westphal <fw@strlen.de>2016-06-16 15:11:32 +0200
committerFlorian Westphal <fw@strlen.de>2016-06-20 14:48:22 +0200
commit4ca06bc967d94b7b7b5a6efc76e870f0efc77e24 (patch)
tree0fce007c5afd9f75dcad3250697f05ae1e8bd56d /include/libnetfilter_queue
parentb5db77dc91454d1a1722672e13e87bf41d5ed427 (diff)
src: make nfq_open_nfnl thread-safe
nfq_open_nfnl uses an intermediate static object, so when it is invoked by distinct threads at the same time there is a small chance that some threads end up with another threads nfq_handle pointer stored in ->data. The result is that the affected queue will be stuck because the thread that was supposed to service it is handling another/wrong queue instead. Tested-by: Michal Tesar <mtesar@redhat.com> Signed-off-by: Florian Westphal <fw@strlen.de> Acked-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'include/libnetfilter_queue')
0 files changed, 0 insertions, 0 deletions