]> git.ipfire.org Git - thirdparty/suricata.git/commit
stream: fix GAP check
authorVictor Julien <vjulien@oisf.net>
Mon, 27 Jun 2022 09:34:14 +0000 (11:34 +0200)
committerVictor Julien <vjulien@oisf.net>
Wed, 29 Jun 2022 07:38:22 +0000 (09:38 +0200)
commit100d821a9fbe61709be275f77341438626a561e8
tree72cab872bcc3fc1d6e665d7cea8fc062dc978825
parent29ec1b1e7b0ddd93adc2d40c2439f0c904191c0a
stream: fix GAP check

Gap check would consider a GAP when the current data was in fact
exactly not a gap, but next segment(s) were already available.
src/stream-tcp-reassemble.c