contrib/fuzz/mpatch.cc
changeset 43809 51a99e09c54b
parent 38246 46dcb9f14900
child 43816 d37658efbec2
--- a/contrib/fuzz/mpatch.cc	Fri Dec 06 15:06:10 2019 -0500
+++ b/contrib/fuzz/mpatch.cc	Fri Dec 06 15:05:34 2019 -0500
@@ -14,6 +14,11 @@
 
 #include "fuzzutil.h"
 
+extern "C" int LLVMFuzzerInitialize(int *argc, char ***argv)
+{
+	return 0;
+}
+
 // To avoid having too many OOMs from the fuzzer infrastructure, we'll
 // skip patch application if the resulting fulltext would be bigger
 // than 10MiB.