]> git.ipfire.org Git - thirdparty/suricata.git/commit
stream/tcp: fix STREAM_HAS_SEEN_DATA macro 4726/head
authorVictor Julien <victor@inliniac.net>
Tue, 24 Mar 2020 12:11:03 +0000 (13:11 +0100)
committerVictor Julien <victor@inliniac.net>
Tue, 24 Mar 2020 14:34:36 +0000 (15:34 +0100)
commite500c59b994ef2c4ba1c2bd17b4d4ff674a144ef
treeb866e2adb7d4f082a9c07d583a2f2cbacfd52772
parent1618fb1b97daf2ef673f9949429bec4627165e74
stream/tcp: fix STREAM_HAS_SEEN_DATA macro

The macro would not return true for smaller TCP streams, leading to
cases where the app-layer was not notified of EOF.
src/stream-tcp-private.h