Bug 1919833 - Remove AFL_INIT call from fuzzing interface. r=truber

Differential Revision: https://phabricator.services.mozilla.com/D222816
This commit is contained in:
Christian Holler
2024-10-19 02:44:38 +00:00
parent 86102c2240
commit ca35efcf29

View File

@@ -33,7 +33,6 @@ LazyLogModule gFuzzingLog("nsFuzzing");
__AFL_FUZZ_INIT();
int afl_interface_raw(FuzzingTestFuncRaw testFunc) {
__AFL_INIT();
char* testFilePtr = getenv("MOZ_FUZZ_TESTFILE");
uint8_t* buf = NULL;