diff options
author | Alexander Bulekov | 2020-11-01 22:22:45 +0100 |
---|---|---|
committer | Paolo Bonzini | 2020-11-03 15:42:53 +0100 |
commit | f8b8f3746327d577cdd25d6f86bd993178aece58 (patch) | |
tree | 8f5e69515c4609a8d15e82323f73c13e85570cfb /hw/isa | |
parent | exec: Remove dead code (CID 1432876) (diff) | |
download | qemu-f8b8f3746327d577cdd25d6f86bd993178aece58.tar.gz qemu-f8b8f3746327d577cdd25d6f86bd993178aece58.tar.xz qemu-f8b8f3746327d577cdd25d6f86bd993178aece58.zip |
scripts/oss-fuzz: rename bin/qemu-fuzz-i386
OSS-Fuzz changed the way it scans for fuzzers in $DEST_DIR. The new code
also scans subdirectories for fuzzers. This means that OSS-Fuzz is
considering bin/qemu-fuzz-i386 as an independent fuzzer (it is not - it
requires a --fuzz-target argument). This has led to coverage-build
failures and false crash reports. To work around this, we take advantage
of OSS-Fuzz' filename extension check - OSS-Fuzz will not run anything
that has an extension that is not ".exe":
https://github.com/google/oss-fuzz/blob/master/infra/utils.py#L115
Reported-by: OSS-Fuzz (Issue 26725)
Reported-by: OSS-Fuzz (Issue 26679)
Signed-off-by: Alexander Bulekov <alxndr@bu.edu>
Message-Id: <20201101212245.185819-1-alxndr@bu.edu>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw/isa')
0 files changed, 0 insertions, 0 deletions