about summary refs log tree commit diff
path: root/docs/Changelog.md
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-10-10 10:55:56 +0200
committervan Hauser <vh@thc.org>2020-10-10 10:55:56 +0200
commit445aba9221471eebd7ffc2c35b97accd00b40557 (patch)
tree82f7e9799ead0cb12ebc1406add5dfa59d78390e /docs/Changelog.md
parent5dc3bc175b664f0921ebd1265d4419d611aa4a74 (diff)
downloadafl++-445aba9221471eebd7ffc2c35b97accd00b40557.tar.gz
determinstic fuzzing is now disabled by default
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r--docs/Changelog.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md
index aa55fbde..9eb47e18 100644
--- a/docs/Changelog.md
+++ b/docs/Changelog.md
@@ -15,6 +15,8 @@ sending a mail to <afl-users+subscribe@googlegroups.com>.
   - afl-llvm/gcc-rt.o merged into afl-compiler-rt.o
   - afl-fuzz
     - memory limits are now disabled by default, set them with -m if required
+    - deterministic fuzzing is now disabled by default and can be enabled with
+      -D. It is still enabled by default for -M.
     - statsd support by Edznux, thanks a lot!
     - Marcel Boehme submitted a patch that improves all AFFast schedules :)
     - reading testcases from -i now descends into subdirectories