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: OISF#7414.
  • Loading branch information
victorjulien committed Dec 4, 2024
1 parent b58b886 commit 7f548f4
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 @@ -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;
Expand Down

0 comments on commit 7f548f4

Please sign in to comment.