about summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/Changelog.md8
-rw-r--r--docs/custom_mutators.md2
2 files changed, 9 insertions, 1 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md
index 7d34d364..9503f493 100644
--- a/docs/Changelog.md
+++ b/docs/Changelog.md
@@ -4,6 +4,14 @@
   release of the tool. See README.md for the general instruction manual.
 
 
+### Version ++4.04a (dev)
+  - fix gramatron and grammar_mutatur build scripts
+  - enhancements to the afl-persistent-config and afl-system-config
+    scripts
+  - afl-cc:
+    - make gcc_mode (afl-gcc-fast) work with gcc down to version 3.6
+
+
 ### Version ++4.03c (release)
   - Building now gives a build summary what succeeded and what not
   - afl-fuzz:
diff --git a/docs/custom_mutators.md b/docs/custom_mutators.md
index 6f3353ec..6b72430a 100644
--- a/docs/custom_mutators.md
+++ b/docs/custom_mutators.md
@@ -68,7 +68,7 @@ Python:
 def init(seed):
     pass
 
-def fuzz_count(buf, add_buf, max_size):
+def fuzz_count(buf):
     return cnt
 
 def fuzz(buf, add_buf, max_size):