Re: [PATCH-for-5.2] scripts/oss-fuzz: rename bin/qemu-fuzz-i386

2020-11-02 Thread Paolo Bonzini
On 01/11/20 22:22, Alexander Bulekov wrote: > 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).

[PATCH-for-5.2] scripts/oss-fuzz: rename bin/qemu-fuzz-i386

2020-11-01 Thread Alexander Bulekov
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 c