]> git.ipfire.org Git - thirdparty/suricata.git/commit
stream: fix reachable assertion 7936/head
authorVictor Julien <vjulien@oisf.net>
Mon, 26 Sep 2022 15:14:39 +0000 (17:14 +0200)
committerVictor Julien <vjulien@oisf.net>
Mon, 26 Sep 2022 19:48:14 +0000 (21:48 +0200)
commit3570ec6f6e11f49d9ac79f6a756631dfa2c9aef0
tree4e831d264ab58a98722e9d22c33294e4b9c680ca
parent21492a419e880c21365360483605663785e57901
stream: fix reachable assertion

Fix `Flow::thread_id` not always getting properly set up, leading to
a reachable assertion.

Bug #4582.

(cherry picked from commit b06c0579f568226721f38f6a964bdffdfd1791fc)
src/stream-tcp.c