Re: [PATCH 0/2] fuzz: add a script to help build reproducers

2021-03-13 Thread Alexander Bulekov
Here are examples of code generated by the script: https://lists.gnu.org/archive/html/qemu-devel/2021-02/msg06027.html https://lists.gnu.org/archive/html/qemu-devel/2021-02/msg06028.html https://lists.gnu.org/archive/html/qemu-devel/2021-02/msg06029.html On 210313 2323, Alexander Bulekov wrote: >

[PATCH 0/2] fuzz: add a script to help build reproducers

2021-03-13 Thread Alexander Bulekov
Hello, This series adds a script that can be handy for reporting fuzzer bugs and creating regression-tests, based on crash reproducers. Patch 1 adds a script that can help create bash and C reproducers for crashes. Patch 2 documents the process of building reproducers. Alexander Bulekov (2): f