From ca35efcf297f87fab5f8e95c39e8f248766806e7 Mon Sep 17 00:00:00 2001 From: Christian Holler Date: Sat, 19 Oct 2024 02:44:38 +0000 Subject: [PATCH] Bug 1919833 - Remove AFL_INIT call from fuzzing interface. r=truber Differential Revision: https://phabricator.services.mozilla.com/D222816 --- tools/fuzzing/interface/FuzzingInterface.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/fuzzing/interface/FuzzingInterface.cpp b/tools/fuzzing/interface/FuzzingInterface.cpp index ba932c4b2afd..ef1490acbf5a 100644 --- a/tools/fuzzing/interface/FuzzingInterface.cpp +++ b/tools/fuzzing/interface/FuzzingInterface.cpp @@ -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;