mirror of https://github.com/google/oss-fuzz.git
qemu: limit input size to avoid timeouts (#8085)
QEMU coverage builds have been failing for a long time. Maybe this is occuring due to the inputs being too large and timing out. Limit the input size, in an attempt to fix this. Signed-off-by: Alexander Bulekov <alxndr@bu.edu>
This commit is contained in:
parent
2efe7c9ee5
commit
0a8db249a5
|
@ -1,3 +1,4 @@
|
|||
[libfuzzer]
|
||||
close_fd_mask=3
|
||||
detect_leaks=0
|
||||
max_len=8192
|
||||
|
|
Loading…
Reference in New Issue