From: Victor Julien Date: Tue, 3 Dec 2024 15:51:26 +0000 (+0100) Subject: detect: fix decoder only events X-Git-Tag: suricata-8.0.0-beta1~665 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b23fa51e331141a2743ef7ded4ec01db951ec697;p=thirdparty%2Fsuricata.git detect: fix decoder only events Add missing setup part of the decoder event sgh. Bug: #7414. --- diff --git a/src/detect-engine-build.c b/src/detect-engine-build.c index c85f53d505..6255ab4983 100644 --- a/src/detect-engine-build.c +++ b/src/detect-engine-build.c @@ -2029,6 +2029,7 @@ int SigPrepareStage4(DetectEngineCtx *de_ctx) if (de_ctx->decoder_event_sgh != NULL) { /* no need to set filestore count here as that would make a * signature not decode event only. */ + SigGroupHeadBuildNonPrefilterArray(de_ctx, de_ctx->decoder_event_sgh); } int dump_grouping = 0;