about summary refs log tree commit diff
diff options
context:
space:
mode:
-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