diff options
Diffstat (limited to 'vcl')
-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 9ab77d3b579f..d57cbc0ed9e4 100644 --- a/vcl/workben/htmlfuzzer.options +++ b/vcl/workben/htmlfuzzer.options @@ -1,3 +1,3 @@ [libfuzzer] -max_len = 12288 +max_len = 16384 dict = html_tags.dict diff --git a/vcl/workben/scrtffuzzer.options b/vcl/workben/scrtffuzzer.options index 9e9bf3455ee5..58889a21064b 100644 --- a/vcl/workben/scrtffuzzer.options +++ b/vcl/workben/scrtffuzzer.options @@ -1,2 +1,2 @@ [libfuzzer] -max_len = 16384 +max_len = 20480 |