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 9725530 commit 2939d85Copy full SHA for 2939d85
src/test_lib_json/fuzz.cpp
@@ -16,7 +16,7 @@ namespace Json {
16
class Exception;
17
}
18
19
-extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) {
+int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) {
20
Json::CharReaderBuilder builder;
21
22
if (size < sizeof(uint32_t)) {
0 commit comments