Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
try to fix fuzzer
  • Loading branch information
anonrig committed Jan 20, 2025
commit d62f7c097c263ac2df254fdd190664f8944dee5c
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
Loading