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

2021-03-15 Thread Darren Kenny
Hi Alex, On Saturday, 2021-03-13 at 23:23:56 -05, Alexander Bulekov wrote: > Currently, bash and C crash reproducers are be built manually. This is a > problem, as we want to integrate reproducers into the tree, for > regression testing. This patch adds a script that converts a sequence of > QTest

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

2021-03-13 Thread Alexander Bulekov
Currently, bash and C crash reproducers are be built manually. This is a problem, as we want to integrate reproducers into the tree, for regression testing. This patch adds a script that converts a sequence of QTest commands into a pasteable Bash reproducer, or a libqtest-based C program. This will