]> git.ipfire.org Git - thirdparty/suricata.git/commit
app-layer: move app_progress forward on errors as well
authorVictor Julien <vjulien@oisf.net>
Tue, 21 Dec 2021 08:59:15 +0000 (09:59 +0100)
committerVictor Julien <vjulien@oisf.net>
Mon, 17 Jan 2022 20:44:04 +0000 (21:44 +0100)
commita27ee49c73a23a8477270207faa7b2861f7f3207
tree84d3121a45324f39f6d24b4651850a1d5b8d6f60
parent1556e86c7db139057e8ad0a964dc77d010b8134b
app-layer: move app_progress forward on errors as well

In case of APP_LAYER_ERROR still move the app_progress forward.
This helps validation of frame offsets and should be harmless
otherwise.
src/app-layer.c