oss-fuzz/projects/qemu
alex da7bb14b96
QEMU: Add fuzz target build scripts (#3935)
* QEMU: Add fuzz target build scripts

Signed-off-by: Alexander Bulekov <alxndr@bu.edu>

* QEMU: Disable AFL and MSan in project.yaml

We can't link against OSS-Fuzz' afl driver as it is not compiled with
-fPIC. Additionally, it appears that we trigger some false-positives
with MemorySanitizer, since we don't instrument all of the libraries.
Disable AFL and MemorySanitizer, for now.

Signed-off-by: Alexander Bulekov <alxndr@bu.edu>
2020-06-21 16:38:41 -07:00
..
Dockerfile QEMU: Add fuzz target build scripts (#3935) 2020-06-21 16:38:41 -07:00
project.yaml QEMU: Add fuzz target build scripts (#3935) 2020-06-21 16:38:41 -07:00