Skip to content

Commit 2939d85

Browse files
Google-Autofuzzbaylesj
authored andcommitted
Update fuzz.cpp
1 parent 9725530 commit 2939d85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test_lib_json/fuzz.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ namespace Json {
1616
class Exception;
1717
}
1818

19-
extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) {
19+
int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) {
2020
Json::CharReaderBuilder builder;
2121

2222
if (size < sizeof(uint32_t)) {

0 commit comments

Comments
 (0)