about summary refs log tree commit diff
path: root/docs/Changelog.md
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-04-17 09:10:49 +0200
committervan Hauser <vh@thc.org>2020-04-17 09:10:49 +0200
commit5b70d23211ddeddfb4d1dfce29a50234d08e9502 (patch)
tree491a5795640824ba427d41e807daa72b0f19e567 /docs/Changelog.md
parent16ce55584512274804eadd71b4790be3d1bfbf97 (diff)
downloadafl++-5b70d23211ddeddfb4d1dfce29a50234d08e9502.tar.gz
added AFL_MAP_SIZE (wip)
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 60d83508..3ad80b7b 100644
--- a/docs/Changelog.md
+++ b/docs/Changelog.md
@@ -26,6 +26,7 @@ sending a mail to <afl-users+subscribe@googlegroups.com>.
     static global and local variable comparisons (cannot find all though)
   - extended forkserver: map_size and more information is communicated to
     afl-fuzz (and afl-fuzz acts accordingly)
+  - new environment variable: AFL_MAP_SIZE to specify the size of the shared map
   - if AFL_CC/AFL_CXX is set but empty afl compilers did fail, fixed
     (this bug is in vanilla afl too)
   - added NO_PYTHON flag to disable python support when building afl-fuzz