fuzzers: set maximum length for several fuzzers

Hopefully fixes oss-fuzz#19081, oss-fuzz#21731, oss-fuzz#21755.
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=19081
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=21731
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=21755
This commit is contained in:
Yu Watanabe 2020-12-29 17:26:43 +09:00
parent 2be7c6ab3b
commit 57dda0de38
4 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,2 @@
[libfuzzer]
max_len = 65536

View File

@ -0,0 +1,2 @@
[libfuzzer]
max_len = 65536

View File

@ -0,0 +1,2 @@
[libfuzzer]
max_len = 65536

View File

@ -0,0 +1,2 @@
[libfuzzer]
max_len = 65536