Commit Graph

5 Commits

Author SHA1 Message Date
Alexander Bulekov 45dca65cb9
qemu: disable honggfuzz fuzzing (#5489)
We don't do any internal tests using honggfuzz, and our code is highly
unlikely to work with honggfuzz in the current shape. All of the
true-positive bugs seem to be libfuzzer bugs.

Lets disable honggfuzz, to avoid wasting resources. We will try to get
afl++ working, before taking another look at honggfuzz.

Signed-off-by: Alexander Bulekov <alxndr@bu.edu>
2021-03-24 14:56:27 +00:00
Alexander Bulekov 7b8f46f660
qemu: add Li to the auto_ccs (#4843)
Signed-off-by: Alexander Bulekov <alxndr@bu.edu>
2020-12-14 07:02:28 -08:00
Oliver Chang 84faf55729
Populate a bunch of main_repo values. (#4815)
Also enforce this for future integrations.
2020-12-10 09:49:27 +11:00
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
alex 75e1d2d7ab
Add QEMU Project Description (#3526) 2020-03-20 13:27:56 -07:00