about summary refs log tree commit diff
path: root/docs/Changelog.md
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-02-17 08:25:27 +0100
committervan Hauser <vh@thc.org>2020-02-17 08:25:27 +0100
commit220804714bb4cc8722940fd4fe6a0604901dfd2a (patch)
tree4d2400345544ed6646901bd0f56e7662f69b7fbd /docs/Changelog.md
parentd41f4130168629ec01f420b79fce42f4f0c11961 (diff)
downloadafl++-220804714bb4cc8722940fd4fe6a0604901dfd2a.tar.gz
unsafe memory speed toggle
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 b96884d7..4ee83ecd 100644
--- a/docs/Changelog.md
+++ b/docs/Changelog.md
@@ -13,6 +13,8 @@ sending a mail to <afl-users+subscribe@googlegroups.com>.
 
   - use -march=native if available
   - most tools now check for mistyped environment variables
+  - the memory safety checks are now disabled for a little more speed during
+    fuzzing (only affects creating queue entries), can be toggled in config.h
   - afl-fuzz:
      - now prints the real python version support compiled in
      - set stronger performance compile options and little tweaks