Skip to content

Commit

Permalink
detect: fix decoder only events
Browse files Browse the repository at this point in the history
Add missing setup part of the decoder event sgh.

Bug: #7414.
(cherry picked from commit b23fa51)
  • Loading branch information
victorjulien committed Dec 6, 2024
1 parent 825eadf commit 344802f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/detect-engine-build.c
Original file line number Diff line number Diff line change
Expand Up @@ -2070,6 +2070,7 @@ int SigAddressPrepareStage4(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;
Expand Down

0 comments on commit 344802f

Please sign in to comment.