This website requires JavaScript.
Explore
Help
Register
Sign In
Rooba
/
oss-fuzz
mirror of
https://github.com/google/oss-fuzz.git
Watch
1
Star
1
Fork
You've already forked oss-fuzz
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
2c85d1b848
oss-fuzz
/
projects
/
qemu
/
default.options
5 lines
56 B
Plaintext
Raw
Normal View
History
Unescape
Escape
qemu: add default fuzzing options (#6411) Close fds, and disable leak detection Signed-off-by: Alexander Bulekov <alxndr@bu.edu>
2021-09-07 11:14:11 +00:00
[libfuzzer]
close_fd_mask=3
detect_leaks=0
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>
2022-07-26 16:01:17 +00:00
max_len=8192