aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2022-07-11 12:16:29 +0200
committervanhauser-thc <vh@thc.org>2022-07-11 12:16:33 +0200
commit30736ab7d6d6abb11382bbe8d990d99723afd265 (patch)
tree6ea4f117986968979f3065bc419dd3ed75fafa8d
parent46fed1f43fad13d75caa95b2087d49a8bf0709a5 (diff)
downloadAFLplusplus-30736ab7d6d6abb11382bbe8d990d99723afd265.tar.gz
nit
-rw-r--r--docs/Changelog.md2
-rw-r--r--src/afl-showmap.c2
2 files changed, 4 insertions, 0 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md
index 7284500e..ff3907f0 100644
--- a/docs/Changelog.md
+++ b/docs/Changelog.md
@@ -11,6 +11,8 @@ sending a mail to <afl-users+subscribe@googlegroups.com>.
### Version ++4.02a (dev)
- gcc_plugin:
- Adacore submitted CMPLOG support to the gcc_plugin! :-)
+ - llvm_mode:
+ - laf cmp splitting fixed for more comparison types
### Version ++4.01c (release)
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