diff options
author | lazymio <mio@lazym.io> | 2022-04-12 21:16:34 +0200 |
---|---|---|
committer | lazymio <mio@lazym.io> | 2022-04-12 21:16:34 +0200 |
commit | 0db57c3eecb46dd5c875222517f0c5dd1ba585af (patch) | |
tree | d3740b749901087ece5f031e99af4fff2c83d582 /docs/Changelog.md | |
parent | 3fc03d4b6b6b7a0718a9ab9514ea3afdebc868f1 (diff) | |
parent | 5d4b0938d5c3ddad18c85c1f2a4c516d46bbf243 (diff) | |
download | afl++-0db57c3eecb46dd5c875222517f0c5dd1ba585af.tar.gz |
Merge origin/dev
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r-- | docs/Changelog.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index d50a679b..689cc94b 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -20,9 +20,12 @@ 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) + - "saved timeouts" was wrong information, timeouts are still thrown + away by default even if they have new coverage (hangs are always + kept), unless AFL_KEEP_TIMEOUTS are set - document and auto-activate pizza mode on condition - afl-cc: - converted all passed to use the new llvm pass manager for llvm 11+ |