mirror of https://github.com/OISF/suricata
nfq: suppress coverity thread warning
CID 1593187: (#1 of 1): Data race condition (MISSING_LOCK) 2. missing_lock: Accessing (*p).nfq_v.mark without holding lock Packet_.persistent.tunnel_lock. Elsewhere, NFQPacketVars_.mark is written to with Packet_.persistent.tunnel_lock held 2 out of 5 times (2 of these accesses strongly imply that it is necessary). No concurrency happening on non-tunnel packet, so no locking needed.pull/13519/head
parent
7f5d1f4c79
commit
ba4d4f8694
Loading…
Reference in New Issue