about summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2022-08-19 09:16:17 +0200
committervanhauser-thc <vh@thc.org>2022-08-19 09:16:17 +0200
commit7b2145b914ba3c8443437c68ae29458d832b1e35 (patch)
tree0084e0af167a02447de79db7119311cf3e104ceb /docs
parent361263b0f24a2172c4d4be09b1e247aa8d799e9b (diff)
downloadafl++-7b2145b914ba3c8443437c68ae29458d832b1e35.tar.gz
shorter calibration
Diffstat (limited to 'docs')
-rw-r--r--docs/Changelog.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md
index c5934c4a..e4c59978 100644
--- a/docs/Changelog.md
+++ b/docs/Changelog.md
@@ -14,6 +14,8 @@ sending a mail to <afl-users+subscribe@googlegroups.com>.
     - added AFL_NO_STARTUP_CALIBRATION to start fuzzing at once instead
       of calibrating all initial seeds first. Good for large queues
       and long execution times, especially in CIs.
+    - default calibration cycles set to 7 from 8, and only add 5 cycles
+      to variables queue items instead of 12.
   - afl-cc:
     - better handling of -fsanitize=..,...,.. lists
     - obtain the map size of a target with setting AFL_DUMP_MAP_SIZE=1