]> git.ipfire.org Git - thirdparty/suricata.git/commit
streaming/api: fix overlap check 4492/head
authorVictor Julien <victor@inliniac.net>
Sat, 14 Dec 2019 19:20:45 +0000 (20:20 +0100)
committerVictor Julien <victor@inliniac.net>
Mon, 20 Jan 2020 14:43:23 +0000 (15:43 +0100)
commit2c050187a3ad78388e57781c4feb74426bc75e21
treefe7951de50b07ee4e9784400c57a8a1bd26e3521
parent0f41cf3d74dec2ba095b43a5957247d78391a1ed
streaming/api: fix overlap check

In some cases a SBB could be seen as overlapping with the requested
offset, when it was in fact precisely before it. In some special cases
this could lead to the stream engine not progressing the 'raw' progress.
src/util-streaming-buffer.c