diff options
Diffstat (limited to 'src/afl-showmap.c')
-rw-r--r-- | src/afl-showmap.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/afl-showmap.c b/src/afl-showmap.c index 3fdbe8fe..f4c72174 100644 --- a/src/afl-showmap.c +++ b/src/afl-showmap.c @@ -785,6 +785,8 @@ u32 execute_testcases(u8 *dir) { ck_free(in_data); ++done; + if (child_crashed && debug) { WARNF("crashed: %s\n", fn2); } + if (collect_coverage) analyze_results(fsrv); else |