Skip to content

Commit

Permalink
SQUASH non-pf app
Browse files Browse the repository at this point in the history
  • Loading branch information
victorjulien committed Jan 27, 2025
1 parent 043a1df commit c382890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/detect-engine-prefilter.c
Original file line number Diff line number Diff line change
Expand Up @@ -673,7 +673,7 @@ int PrefilterSetupRuleGroup(DetectEngineCtx *de_ctx, SigGroupHead *sgh)
add->progress = app->progress;
add->sigs = SCCalloc(max_sids, sizeof(struct PrefilterNonPFDataSig));
if (add->sigs == NULL) {
SCFree(add->sigs);
SCFree(add);
goto error;
}
add->sigs_cnt = 0;
Expand Down

0 comments on commit c382890

Please sign in to comment.