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:
Alexander Bulekov 2022-07-26 12:01:17 -04:00 committed by GitHub
parent 2efe7c9ee5
commit 0a8db249a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
[libfuzzer]
close_fd_mask=3
detect_leaks=0
max_len=8192