]> git.ipfire.org Git - thirdparty/suricata.git/commit
app-layer: do not try to parse gaps during protocol change 5580/head
authorPhilippe Antoine <contact@catenacyber.fr>
Tue, 17 Nov 2020 09:16:42 +0000 (10:16 +0100)
committerPhilippe Antoine <contact@catenacyber.fr>
Thu, 19 Nov 2020 10:25:12 +0000 (11:25 +0100)
commit65711f6bc225b9eed66e7c0dfdf06da312387188
treed22e0454a97821686d81472a0c87f3799c6449e6
parent89ae1a00362ec4707377b063c16caaeaf5f1cac5
app-layer: do not try to parse gaps during protocol change

As this will leak the flow alstate because AppLayerParserParse
relies on FlowChangeProto to know if it should allocate a new
alstate
src/app-layer.c