Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(123)

Unified Diff: testing/libfuzzer/fuzzers/BUILD.gn

Issue 1945833002: [libfuzzer] Use max_len=803500 for convert_woff2ttf_fuzzer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Set max_len a bit higher than size of biggest seed corpus file. Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/libfuzzer/fuzzers/BUILD.gn
diff --git a/testing/libfuzzer/fuzzers/BUILD.gn b/testing/libfuzzer/fuzzers/BUILD.gn
index 4da09014eddfc2d3a1e10b3f26655dd50794a647..224162986901cbfde97d0b35855b40eb9b9fa317 100644
--- a/testing/libfuzzer/fuzzers/BUILD.gn
+++ b/testing/libfuzzer/fuzzers/BUILD.gn
@@ -284,4 +284,5 @@ fuzzer_test("convert_woff2ttf_fuzzer") {
"//third_party/woff2:woff2_dec",
]
seed_corpus = "//testing/libfuzzer/fuzzers/woff2_corpus"
+ libfuzzer_options = [ "max_len=803500" ]
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698