Skip to content

Commit

Permalink
fuzz: better init for signature parsing harness
Browse files Browse the repository at this point in the history
It needs app-layer registration for the names
  • Loading branch information
catenacyber committed Jan 10, 2025
1 parent 9c0e6f7 commit b2763e1
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 @@ -28,6 +28,7 @@ int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size)
SpmTableSetup();
EngineModeSetIDS();
SigTableInit();
AppLayerSetup();
SigTableSetup();
}
if (cnt++ == 1024) {
Expand Down

0 comments on commit b2763e1

Please sign in to comment.