]> git.ipfire.org Git - thirdparty/suricata.git/commit
flow: enforce flow assumption 8495/head
authorVictor Julien <vjulien@oisf.net>
Mon, 30 Jan 2023 10:27:37 +0000 (11:27 +0100)
committerVictor Julien <vjulien@oisf.net>
Mon, 30 Jan 2023 12:22:51 +0000 (13:22 +0100)
commita6723bca7c5f2e9e3a917479706e0e5a7a0c66e3
tree64381f99900477b0be757799df5a22b54cba4a1b
parent66ed3ae6e4d047fa156572dea0216b0d4f3308ad
flow: enforce flow assumption

Enforce assumption that packets in ThreadVars::decode_pq have no flow
attached to it because this is only true for packets while they are
in the FlowWorker.
src/tm-threads.c
src/tm-threads.h
src/tmqh-packetpool.c