]> git.ipfire.org Git - thirdparty/suricata.git/commit
flow/inject: Ensure initialized thread value used
authorJeff Lucovsky <jeff.lucovsky@corelight.com>
Mon, 11 Mar 2024 18:57:16 +0000 (14:57 -0400)
committerVictor Julien <victor@inliniac.net>
Sat, 16 Mar 2024 08:29:38 +0000 (09:29 +0100)
commit9ad73faa0a52428e47412474514b125fda6aa03d
tree2ad11da3b0bb548589bd441e2cf23cca4154ed42
parent632e52ca2b72f8a3462b22896cb5d25d9d724f9c
flow/inject: Ensure initialized thread value used

Issue: 6835

When injecting a flow, ensure that the selected thread_id has been
initialized. When a flow is picked up midstream, the initialized thread
can be the second thread element.
src/flow-timeout.c