Skip to content

Commit

Permalink
try to fix fuzzer (#845)
Browse files Browse the repository at this point in the history
  • Loading branch information
anonrig authored Jan 20, 2025
1 parent 7dc872b commit 920a8b3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion fuzz/idna.cc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
FuzzedDataProvider fdp(data, size);
std::string source = fdp.ConsumeRandomLengthString(256);
std::string base_source = fdp.ConsumeRandomLengthString(256);

/**
* ada::idna
Expand Down
4 changes: 4 additions & 0 deletions fuzz/url_pattern.options
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[libfuzzer]
dict = url.dict
max_len = 512
rss_limit_mb = 3000

0 comments on commit 920a8b3

Please sign in to comment.