Re: [PATCH] fuzz: avoid double-fetches by default

2020-12-03 Thread Darren Kenny
On Wednesday, 2020-12-02 at 11:42:14 -05, Alexander Bulekov wrote: > The generic fuzzer can find double-fetch bugs. However: > * We currently have no good way of producing qemu-system reproducers for > double-fetch bugs. Even if we can get developers to run the binary-blob > reproducers with

[PATCH] fuzz: avoid double-fetches by default

2020-12-02 Thread Alexander Bulekov
The generic fuzzer can find double-fetch bugs. However: * We currently have no good way of producing qemu-system reproducers for double-fetch bugs. Even if we can get developers to run the binary-blob reproducers with the qemu-fuzz builds, we currently don't have a minimizer for these