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:
Alexander Bulekov 2021-09-07 07:14:11 -04:00 committed by GitHub
parent b46902c8f3
commit 405818cd00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

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