mirror of https://github.com/google/oss-fuzz.git
qemu: add default fuzzing options (#6411)
Close fds, and disable leak detection Signed-off-by: Alexander Bulekov <alxndr@bu.edu>
This commit is contained in:
parent
b46902c8f3
commit
405818cd00
|
@ -0,0 +1,3 @@
|
|||
[libfuzzer]
|
||||
close_fd_mask=3
|
||||
detect_leaks=0
|
Loading…
Reference in New Issue