Skip to content

Commit

Permalink
qemu: limit input size to avoid timeouts (google#8085)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
a1xndr authored and MartinPetkov committed Aug 15, 2022
1 parent def7235 commit f5a99e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions projects/qemu/default.options
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[libfuzzer]
close_fd_mask=3
detect_leaks=0
max_len=8192

0 comments on commit f5a99e0

Please sign in to comment.