about summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2021-04-30 23:41:06 +0200
committervanhauser-thc <vh@thc.org>2021-04-30 23:41:06 +0200
commit86452cc959bd4b0d5fe6e60d0eefbc7848fe38e2 (patch)
tree4828130832f7fd531cdacc2887f2da636fdcc9c0 /docs
parentf4cc718fdc4571f56280a1efad3645125bee2154 (diff)
downloadafl++-86452cc959bd4b0d5fe6e60d0eefbc7848fe38e2.tar.gz
fix stdin trimming
Diffstat (limited to 'docs')
-rw-r--r--docs/Changelog.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md
index 459c2f35..6a25865d 100644
--- a/docs/Changelog.md
+++ b/docs/Changelog.md
@@ -20,6 +20,7 @@ sending a mail to <afl-users+subscribe@googlegroups.com>.
     - add recording of previous fuzz attempts for persistent mode
       to allow replay of non-reproducable crashes, see
       AFL_PERSISTENT_RECORD in config.h and docs/envs.h
+    - fixed a bug when trimming for stdin targets
     - default cmplog level (-l) is now 2, better efficiency.
     - cmplog level 3 (-l 3) now performs redqueen on everything.
       use with care.