Skip to content

Commit 5c960bc

Browse files
authored
Use correct fuzzer options (#663)
1 parent 3c43bab commit 5c960bc

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

fuzz/can_parse.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
2020
ada::can_parse(source, &base_source_view);
2121

2222
return 0;
23-
}
23+
}

fuzz/idna.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
1818
ada::idna::to_unicode(source);
1919

2020
return 0;
21-
}
21+
}
File renamed without changes.

fuzz/url_search_params.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
4949
}
5050

5151
return 0;
52-
}
52+
}

0 commit comments

Comments
 (0)