summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vcl/workben/htmlfuzzer.options2
-rw-r--r--vcl/workben/scrtffuzzer.options2
2 files changed, 2 insertions, 2 deletions
diff --git a/vcl/workben/htmlfuzzer.options b/vcl/workben/htmlfuzzer.options
index 94364a60bb93..82c2654a4936 100644
--- a/vcl/workben/htmlfuzzer.options
+++ b/vcl/workben/htmlfuzzer.options
@@ -1,3 +1,3 @@
[libfuzzer]
-max_len = 49152
+max_len = 4096
dict = html_tags.dict
diff --git a/vcl/workben/scrtffuzzer.options b/vcl/workben/scrtffuzzer.options
index 9fda93fcb340..8ea8588375d7 100644
--- a/vcl/workben/scrtffuzzer.options
+++ b/vcl/workben/scrtffuzzer.options
@@ -1,2 +1,2 @@
[libfuzzer]
-max_len = 4096
+max_len = 8192