diff options
author | vanhauser-thc <vh@thc.org> | 2021-10-23 20:54:24 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2021-10-23 20:54:24 +0200 |
commit | e03897a0703673aa0de7772185a5b5230641cb6a (patch) | |
tree | 6a7137d56fa0dd743fed4be96f7a1bc91354f158 /docs/Changelog.md | |
parent | 06b23c7dcba0738266e85609f3fcadeb7c1b3560 (diff) | |
download | afl++-e03897a0703673aa0de7772185a5b5230641cb6a.tar.gz |
fix timeout bug in afl tools
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r-- | docs/Changelog.md | 6 |
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: |