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

Unified Diff: testing/libfuzzer/fuzzers/v8_regexp_parser_fuzzer.options

Issue 1812873002: [libfuzzer] Add max_len restriction for v8_regexp_parser_fuzzer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 | « testing/libfuzzer/fuzzers/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/libfuzzer/fuzzers/v8_regexp_parser_fuzzer.options
diff --git a/testing/libfuzzer/fuzzers/v8_regexp_parser_fuzzer.options b/testing/libfuzzer/fuzzers/v8_regexp_parser_fuzzer.options
new file mode 100644
index 0000000000000000000000000000000000000000..edfc5aa253a5e1575d858e8c7ebc700201045752
--- /dev/null
+++ b/testing/libfuzzer/fuzzers/v8_regexp_parser_fuzzer.options
@@ -0,0 +1,2 @@
+[libfuzzer]
+max_len = random(1, 1024)
« no previous file with comments | « testing/libfuzzer/fuzzers/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698