We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f01416e commit fa33b2cCopy full SHA for fa33b2c
src/test/fuzz/fuzz.cpp
@@ -29,7 +29,7 @@
29
#include <utility>
30
#include <vector>
31
32
-#ifdef __AFL_FUZZ_INIT
+#if defined(PROVIDE_FUZZ_MAIN_FUNCTION) && defined(__AFL_FUZZ_INIT)
33
__AFL_FUZZ_INIT();
34
#endif
35
0 commit comments