Skip to content

Commit

Permalink
fixup! app-layer: make number of alprotos dynamic
Browse files Browse the repository at this point in the history
  • Loading branch information
catenacyber committed Oct 29, 2024
1 parent 94183b7 commit 129f047
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/tests/fuzz/fuzz_applayerprotodetectgetproto.c
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,7 @@ int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size)
MpmTableSetup();
SpmTableSetup();
EngineModeSetIDS();
AppLayerProtoDetectSetup();
AppLayerParserSetup();
AppLayerParserRegisterProtocolParsers();
AppLayerSetup();
alpd_tctx = AppLayerProtoDetectGetCtxThread();
SC_ATOMIC_SET(engine_stage, SURICATA_RUNTIME);
}
Expand Down

0 comments on commit 129f047

Please sign in to comment.