fuzz: improves sigpcap target with PacketPoolInit

pull/5672/head
Philippe Antoine 5 years ago
parent 372fc26739
commit 8d659c6500

@ -79,7 +79,7 @@ int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size)
tmm_modules[TMM_FLOWWORKER].ThreadInit(&tv, NULL, &fwd);
StatsSetupPrivate(&tv);
PacketPoolInitEmpty();
PacketPoolInit();
initialized = 1;
}

Loading…
Cancel
Save