diff options
-rw-r--r-- | vcl/workben/htmlfuzzer.options | 2 | ||||
-rw-r--r-- | vcl/workben/scrtffuzzer.options | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/vcl/workben/htmlfuzzer.options b/vcl/workben/htmlfuzzer.options index 1173eaee3f05..9ab77d3b579f 100644 --- a/vcl/workben/htmlfuzzer.options +++ b/vcl/workben/htmlfuzzer.options @@ -1,3 +1,3 @@ [libfuzzer] -max_len = 8192 +max_len = 12288 dict = html_tags.dict diff --git a/vcl/workben/scrtffuzzer.options b/vcl/workben/scrtffuzzer.options index 68fa4817300a..9e9bf3455ee5 100644 --- a/vcl/workben/scrtffuzzer.options +++ b/vcl/workben/scrtffuzzer.options @@ -1,2 +1,2 @@ [libfuzzer] -max_len = 12288 +max_len = 16384 |