diff options
author | vanhauser-thc <vh@thc.org> | 2021-04-30 23:41:06 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2021-04-30 23:41:06 +0200 |
commit | 86452cc959bd4b0d5fe6e60d0eefbc7848fe38e2 (patch) | |
tree | 4828130832f7fd531cdacc2887f2da636fdcc9c0 /docs/Changelog.md | |
parent | f4cc718fdc4571f56280a1efad3645125bee2154 (diff) | |
download | afl++-86452cc959bd4b0d5fe6e60d0eefbc7848fe38e2.tar.gz |
fix stdin trimming
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r-- | docs/Changelog.md | 1 |
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. |