about summary refs log tree commit diff
path: root/docs/Changelog.md
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2021-10-23 20:54:24 +0200
committervanhauser-thc <vh@thc.org>2021-10-23 20:54:24 +0200
commite03897a0703673aa0de7772185a5b5230641cb6a (patch)
tree6a7137d56fa0dd743fed4be96f7a1bc91354f158 /docs/Changelog.md
parent06b23c7dcba0738266e85609f3fcadeb7c1b3560 (diff)
downloadafl++-e03897a0703673aa0de7772185a5b5230641cb6a.tar.gz
fix timeout bug in afl tools
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r--docs/Changelog.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md
index 63896622..04b2fb2e 100644
--- a/docs/Changelog.md
+++ b/docs/Changelog.md
@@ -19,8 +19,10 @@ sending a mail to <afl-users+subscribe@googlegroups.com>.
     - fix stability issue with LTO and cmplog
     - better banner
   - frida_mode: David Carlier added Android support :)
-  - afl-showmap, afl-tmin and afl-analyze now honor persistent mode
-    for more speed. thanks to dloffre-snl for reporting!
+  - afl-showmap, afl-tmin and afl-analyze:
+    - honor persistent mode for more speed. thanks to dloffre-snl for
+      reporting!
+    - fix bug where targets are not killed on timeouts
   - Prevent accidently killing non-afl/fuzz services when aborting
     afl-showmap and other tools.
   - afl-cc: