diff options
author | vanhauser-thc <vh@thc.org> | 2022-07-11 12:16:29 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2022-07-11 12:16:33 +0200 |
commit | 30736ab7d6d6abb11382bbe8d990d99723afd265 (patch) | |
tree | 6ea4f117986968979f3065bc419dd3ed75fafa8d /src | |
parent | 46fed1f43fad13d75caa95b2087d49a8bf0709a5 (diff) | |
download | afl++-30736ab7d6d6abb11382bbe8d990d99723afd265.tar.gz |
nit
Diffstat (limited to 'src')
-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 |