aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2021-06-01 10:40:25 +0200
committervanhauser-thc <vh@thc.org>2021-06-01 10:40:34 +0200
commit17e904eedf025e870c79cd0dcc037282e1cce1d7 (patch)
tree72b37764169b84ccb2709e034068cb010b744d7d /docs
parent5b5dff4584f0efa2c02db7d75ebab7e31c253789 (diff)
downloadafl++-17e904eedf025e870c79cd0dcc037282e1cce1d7.tar.gz
fix afl_custom_post_process with multiple custom mutators
Diffstat (limited to 'docs')
-rw-r--r--docs/Changelog.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md
index e7344761..09e46fb6 100644
--- a/docs/Changelog.md
+++ b/docs/Changelog.md
@@ -22,13 +22,14 @@ sending a mail to <afl-users+subscribe@googlegroups.com>.
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.
- - better fuzzing strategy yields for enabled options
+ - cmplog -l: default cmplog level is now 2, better efficiency.
+ level 3 now performs redqueen on everything. use with care.
+ - better fuzzing strategy yield display for enabled options
- ensure one fuzzer sync per cycle
- fix afl_custom_queue_new_entry original file name when syncing
from fuzzers
+ - fixed a crash when more than one custom mutator was used together
+ with afl_custom_post_process
- on a crashing seed potentially the wrong input was disabled
- added AFL_EXIT_ON_SEED_ISSUES env that will exit if a seed in
-i dir crashes the target or results in a timeout. By default