diff options
author | van Hauser <vh@thc.org> | 2020-06-24 11:14:00 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-06-24 11:14:00 +0200 |
commit | fce010f0510b9d3f8ec85d049373ae6db310994e (patch) | |
tree | ab162ba7db09043d0f231eb031e3b75faec25072 /docs/Changelog.md | |
parent | bdc8e3b79e8fd4b59ef71a9f585fe8590b90f1c2 (diff) | |
download | afl++-fce010f0510b9d3f8ec85d049373ae6db310994e.tar.gz |
add -D option for -S
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 ce6c9ed5..336dca01 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -14,6 +14,7 @@ sending a mail to <afl-users+subscribe@googlegroups.com>. - -S secondary nodes now only sync from the main node to increase performance, the -M main node still syncs from everyone. Added checks that ensure exactly one main node is present and warn otherwise + - Add -D after -S to force a secondary to perform deterministic fuzzing - If no main node is present at a sync one secondary node automatically becomes a temporary main node until a real main nodes shows up - Fixed a mayor performance issue we inherited from AFLfast |