about summary refs log tree commit diff
path: root/docs/Changelog.md
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2022-04-08 23:12:33 +0200
committerGitHub <noreply@github.com>2022-04-08 23:12:33 +0200
commitc208dcf9c573e3d85990c7dea777646f7fa4961c (patch)
tree863f7475bcadc4ee60eed6c0af50c897f6c5c276 /docs/Changelog.md
parent9933a6f3ab6c5b02c9f108dded6eb93ed59d2941 (diff)
parentd8317182ef5e2afbff56de697be85b10a4abece1 (diff)
downloadafl++-c208dcf9c573e3d85990c7dea777646f7fa4961c.tar.gz
Merge pull request #1383 from AFLplusplus/keep_tout
Keep timeouts option
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r--docs/Changelog.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md
index 2406e7ba..689cc94b 100644
--- a/docs/Changelog.md
+++ b/docs/Changelog.md
@@ -23,6 +23,9 @@ sending a mail to <afl-users+subscribe@googlegroups.com>.
     - add AFL_EARLY_FORKSERVER to install the forkserver as earliest as
       possible in the target (for afl-gcc-fast/afl-clang-fast/
       afl-clang-lto)
+    - "saved timeouts" was wrong information, timeouts are still thrown
+      away by default even if they have new coverage (hangs are always
+      kept), unless AFL_KEEP_TIMEOUTS are set
     - document and auto-activate pizza mode on condition
   - afl-cc:
     - converted all passed to use the new llvm pass manager for llvm 11+