Bug 1919833 - Remove AFL_INIT call from fuzzing interface. r=truber
Differential Revision: https://phabricator.services.mozilla.com/D222816
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user