]> git.ipfire.org Git - thirdparty/suricata.git/commit
streaming/regions: fix consolidation cornercases
authorVictor Julien <vjulien@oisf.net>
Wed, 1 Feb 2023 16:13:13 +0000 (17:13 +0100)
committerVictor Julien <vjulien@oisf.net>
Fri, 3 Feb 2023 06:18:24 +0000 (07:18 +0100)
commite8ce5f3430151adca7226f26b38fee25bc1a75dd
tree012d8846a9e095ccb423880d285d564075cc4dc5
parentd5409a0b29c2b04c18cb711db88767b346eb8595
streaming/regions: fix consolidation cornercases

Incorrect "end" region for consolidation was selected if the "dst"
would be expanded to overlap with it.

Fix list handling when the first region to consider (src_start) was
not the list start.

Bug: #5833.
Bug: #5834.
src/util-streaming-buffer.c