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

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

Issue 2684233002: Update re2 fuzzer to follow the upstream version. (Closed)
Patch Set: Created 3 years, 10 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 | testing/libfuzzer/fuzzers/re2_fuzzer.cc » ('j') | 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 a44ccb509b081ee14c55730a2d0d3f3cf786b1e8..157169330da6681cdff33ac73a2e4c34b312bad1 100644
--- a/testing/libfuzzer/fuzzers/BUILD.gn
+++ b/testing/libfuzzer/fuzzers/BUILD.gn
@@ -331,7 +331,6 @@ fuzzer_test("third_party_re2_fuzzer") {
deps = [
"//third_party/re2:re2",
]
- libfuzzer_options = [ "max_len=32" ]
}
fuzzer_test("libxml_xml_regexp_compile_fuzzer") {
« no previous file with comments | « no previous file | testing/libfuzzer/fuzzers/re2_fuzzer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698