We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d81a3ca commit 6d236e1Copy full SHA for 6d236e1
src/test_lib_json/fuzz.cpp
@@ -16,7 +16,7 @@ namespace Json {
16
class Exception;
17
}
18
19
-int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) {
+extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) {
20
Json::CharReaderBuilder builder;
21
22
if (size < sizeof(uint32_t)) {
0 commit comments