diff options
author | vanhauser-thc <vh@thc.org> | 2023-08-23 18:02:33 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2023-08-23 18:02:33 +0200 |
commit | 549e5dd9269238ac43ff482d439f7f671946185c (patch) | |
tree | c683a940acbfe1c37c5269c1f0103d962b2e06e9 /docs/Changelog.md | |
parent | d95cef82730c8ea7debbac676aeeee232c08fc5a (diff) | |
download | afl++-549e5dd9269238ac43ff482d439f7f671946185c.tar.gz |
AFL_IGNORE_SEED_PROBLEMS
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r-- | docs/Changelog.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index 961b2940..87c01f21 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -7,6 +7,8 @@ - afl-fuzz: - added `AFL_FINAL_SYNC` which forces a final fuzzer sync (also for `-F`) before terminating. + - added AFL_IGNORE_SEED_PROBLEMS to skip over seeds that time out instead + of exiting with an error message - afl-whatsup: - detect instanced that are starting up and show them as such as not dead - now also shows coverage reached |