about summary refs log tree commit diff
path: root/docs/Changelog.md
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2024-06-09 12:16:32 +0200
committervanhauser-thc <vh@thc.org>2024-06-09 12:16:32 +0200
commit4bb4d4ad0060a16b08bb29533863e71f45bc3c97 (patch)
treee05fe1e4ca149ad67621e75115a6ee029e4be4fb /docs/Changelog.md
parent5331eca5d935e9d5faef06fe6b5a38f411109fde (diff)
downloadafl++-4bb4d4ad0060a16b08bb29533863e71f45bc3c97.tar.gz
fix -n
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r--docs/Changelog.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md
index cf5d2500..0f4b2d8a 100644
--- a/docs/Changelog.md
+++ b/docs/Changelog.md
@@ -23,6 +23,7 @@
     - -V timing is now accurately the fuzz time (without syncing), before
       long calibration times and syncing could result in now fuzzing being
       made when the time was already run out until then, thanks to @eqv!
+    - fix -n uninstrumented mode when ending fuzzing
     - make afl-fuzz use less memory with cmplog and fix a memleak
   * afl-cc:
     - re-enable i386 support that was accidently disabled