fuzz/decode_ndr_X_crash: -f to filter crashes by regex
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>
Thu, 5 Dec 2019 22:10:05 +0000 (11:10 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 10 Dec 2019 07:50:29 +0000 (07:50 +0000)
commit47c7f549955b8c01d5fbe09a0f9ccc3503b94c63
treecc111c0efbdbbdec27b9137f108b6ac85df17180
parent1d98ced841f83d7305a570297908fd1270de42e0
fuzz/decode_ndr_X_crash: -f to filter crashes by regex

If you go:

$ ./lib/fuzzing/decode_ndr_X_crash -H HONGGFUZZ_REPORT.txt -f 'SIG[^V]' > ./crash.sh

you will get all the crashes and not the timeouts (which have SIGVTALARM).

Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
lib/fuzzing/decode_ndr_X_crash