diff options
author | vanhauser-thc <vh@thc.org> | 2021-05-17 16:52:52 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2021-05-17 16:52:52 +0200 |
commit | 47e22e8d8d383078989906c6fe54a9ec4deff8c1 (patch) | |
tree | ee9bf2e2cb1d6417a71aaae3394e07e11076bd0e /docs/Changelog.md | |
parent | a3fffac90cb96736395aa9764f4cc5aa20e6cd71 (diff) | |
download | afl++-47e22e8d8d383078989906c6fe54a9ec4deff8c1.tar.gz |
no core dumps
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 e4c02921..4fa70bfd 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -29,6 +29,7 @@ sending a mail to <afl-users+subscribe@googlegroups.com>. - ensure one fuzzer sync per cycle - fix afl_custom_queue_new_entry original file name when syncing from fuzzers + - 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 afl++ ignores these and uses them for splicing instead. |