diff options
author | hexcoder <hexcoder-@users.noreply.github.com> | 2022-04-06 17:30:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-06 17:30:27 +0200 |
commit | 3ccebbf9c5b19c0afd1ad72114b61057db290d55 (patch) | |
tree | 43475ce1411e192abc617732367ee9e1072ea9f8 | |
parent | 9c2c35b23347be14d95b2eea0cb65bd39c70d5dd (diff) | |
download | afl++-3ccebbf9c5b19c0afd1ad72114b61057db290d55.tar.gz |
Typo
-rw-r--r-- | docs/Changelog.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index d50a679b..2406e7ba 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -20,7 +20,7 @@ sending a mail to <afl-users+subscribe@googlegroups.com>. - reintroduced AFL_PERSISTENT and AFL_DEFER_FORKSRV to allow persistent mode and manual forkserver support if these are not in the target binary (e.g. are in a shared library) - - add AFL_EARY_FORKSERVER to install the forkserver as earliest as + - add AFL_EARLY_FORKSERVER to install the forkserver as earliest as possible in the target (for afl-gcc-fast/afl-clang-fast/ afl-clang-lto) - document and auto-activate pizza mode on condition |