Re: [PATCH v2 15/15] scripts/oss-fuzz: Add crash trace minimization script

2020-09-03 Thread Darren Kenny
On Wednesday, 2020-08-19 at 02:11:10 -04, Alexander Bulekov wrote: > Once we find a crash, we can convert it into a QTest trace. Usually this > trace will contain many operations that are unneeded to reproduce the > crash. This script tries to minimize the crashing trace, by removing > operations a

[PATCH v2 15/15] scripts/oss-fuzz: Add crash trace minimization script

2020-08-18 Thread Alexander Bulekov
Once we find a crash, we can convert it into a QTest trace. Usually this trace will contain many operations that are unneeded to reproduce the crash. This script tries to minimize the crashing trace, by removing operations and trimming QTest bufwrite(write addr len data...) commands. Signed-off-by