diff options
author | van Hauser <vh@thc.org> | 2020-02-19 10:46:10 +0100 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-02-19 10:46:10 +0100 |
commit | 69898722cb7a12a88604f2298736fdf244634bfd (patch) | |
tree | ad11d4942355ac48efb8f3059a56d18cfb702f4e /docs/Changelog.md | |
parent | 687b357b2db4155eabaa30195d8d532a6e6b1b62 (diff) | |
download | afl++-69898722cb7a12a88604f2298736fdf244634bfd.tar.gz |
fix travis and fix logic
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r-- | docs/Changelog.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index 4ee83ecd..4206d2b3 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -26,6 +26,7 @@ sending a mail to <afl-users+subscribe@googlegroups.com>. (which is pointless) to total execs per second - bugfix for dictionary insert stage count (fix via Google repo PR) - added warning if -M is used together with custom mutators with _ONLY option + - AFL_TMPDIR checks are now later and better explained if they fail - llvm_mode InsTrim: no pointless instrumentation of 1 block functions - afl-clang-fast: - show in the help output for which llvm version it was compiled for @@ -37,6 +38,8 @@ sending a mail to <afl-users+subscribe@googlegroups.com>. - experimental support for undefined behaviour sanitizer UBSAN (set AFL_USE_UBSAN=1) - the instrumentation summary output now also lists activated sanitizers + - afl-as: added isatty(2) check back in + - added AFL_DEBUG (for upcoming merge) - qemu_mode: - persistent mode is now also available for arm and aarch64 - CmpLog instrumentation for QEMU (-c afl-fuzz command line option) |