Skip to content

Commit

Permalink
fuzz: better init for signature parsing target
Browse files Browse the repository at this point in the history
  • Loading branch information
catenacyber authored and victorjulien committed Jan 30, 2025
1 parent c73299a commit c00e137
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tests/fuzz/fuzz_siginit.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size)
setenv("SC_LOG_FILE", "/dev/null", 0);
//global init
InitGlobal();
GlobalsInitPreConfig();
SCRunmodeSet(RUNMODE_UNITTEST);
MpmTableSetup();
SpmTableSetup();
Expand Down

0 comments on commit c00e137

Please sign in to comment.