qemu-patch-raspberry4/scripts/oss-fuzz
Alexander Bulekov cd3f0686dd scripts/oss-fuzz: Add crash trace minimization script
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: Alexander Bulekov <alxndr@bu.edu>
Reviewed-by: Darren Kenny <darren.kenny@oracle.com>
Message-Id: <20201023150746.107063-12-alxndr@bu.edu>
Signed-off-by: Thomas Huth <thuth@redhat.com>
2020-10-26 09:53:53 +01:00
..
build.sh scripts/: fix some comment spelling errors 2020-09-17 20:37:55 +02:00
minimize_qtest_trace.py scripts/oss-fuzz: Add crash trace minimization script 2020-10-26 09:53:53 +01:00
reorder_fuzzer_qtest_trace.py scripts/oss-fuzz: Add script to reorder a generic-fuzzer trace 2020-10-26 09:53:53 +01:00