aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Bulekov <alxndr@bu.edu>2021-03-24 10:56:27 -0400
committerGitHub <noreply@github.com>2021-03-24 14:56:27 +0000
commit45dca65cb9e0244e42411be98b8852652d255329 (patch)
treeb04a10b01308d35e2ae624628d1d559426787371
parent677e7d83f58f62b20282863d3158b110c2438411 (diff)
downloadoss-fuzz-45dca65cb9e0244e42411be98b8852652d255329.tar.gz
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>
-rw-r--r--projects/qemu/project.yaml1
1 files changed, 0 insertions, 1 deletions
diff --git a/projects/qemu/project.yaml b/projects/qemu/project.yaml
index 87a372101..09748302c 100644
--- a/projects/qemu/project.yaml
+++ b/projects/qemu/project.yaml
@@ -12,7 +12,6 @@ sanitizers:
- undefined
fuzzing_engines:
- libfuzzer
- - honggfuzz
architectures:
- x86_64
main_repo: 'https://git.qemu.org/git/qemu.git'