]> git.ipfire.org Git - thirdparty/suricata.git/commit
streaming/buffer: handle and document slide errors
authorVictor Julien <vjulien@oisf.net>
Wed, 7 Jun 2023 18:16:00 +0000 (20:16 +0200)
committerVictor Julien <vjulien@oisf.net>
Wed, 7 Jun 2023 19:53:46 +0000 (21:53 +0200)
commitde2c836363d1e01d39afe569e48935e95990a8ef
tree59bb85c9b155d92723e204ba32bc901b44aad310
parent9e0017a0735a5e32b19747114258e5be9e8721e8
streaming/buffer: handle and document slide errors

Slide error may happen if the region we're sliding starts to overlap
with the next region. If we can't temporary grow the current region
to merge with the next region, keep the regions separate.
src/util-streaming-buffer.c