diff options
author | van Hauser <vh@thc.org> | 2020-10-10 10:55:56 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-10-10 10:55:56 +0200 |
commit | 445aba9221471eebd7ffc2c35b97accd00b40557 (patch) | |
tree | 82f7e9799ead0cb12ebc1406add5dfa59d78390e /docs/Changelog.md | |
parent | 5dc3bc175b664f0921ebd1265d4419d611aa4a74 (diff) | |
download | afl++-445aba9221471eebd7ffc2c35b97accd00b40557.tar.gz |
determinstic fuzzing is now disabled by default
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r-- | docs/Changelog.md | 2 |
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 |