aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/ots
diff options
context:
space:
mode:
authorGravatar Khaled Hosny <khaledhosny@eglug.org>2017-05-14 17:14:04 +0300
committerGravatar Max Moroz <dor3s1@gmail.com>2017-05-14 16:14:04 +0200
commit33c1ed629d4808238c5a25e994cd9c854fe5f8d5 (patch)
tree8dcfdb300136281a55559b4b41f2aaac314e596f /projects/ots
parent8fa985b10de3bee47c2222235ef0cc43afda764d (diff)
[ots] Increase OTS max_len (#606)
This is the same value used for WOFF2 fuzzers, hopefully it will improve the coverage.
Diffstat (limited to 'projects/ots')
-rw-r--r--projects/ots/ots-fuzzer.options2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/ots/ots-fuzzer.options b/projects/ots/ots-fuzzer.options
index dc3492cb..e5ae71b9 100644
--- a/projects/ots/ots-fuzzer.options
+++ b/projects/ots/ots-fuzzer.options
@@ -1,2 +1,2 @@
[libfuzzer]
-max_len = 16800
+max_len = 1000000