about summary refs log tree commit diff
path: root/docs/Changelog.md
diff options
context:
space:
mode:
authorAndrea Fioraldi <andreafioraldi@gmail.com>2020-02-16 13:19:36 +0100
committerAndrea Fioraldi <andreafioraldi@gmail.com>2020-02-16 13:19:36 +0100
commit8acd503526eda9d8c87374d8cf570aeac54ced73 (patch)
treeee7ddf089545f8807530abf4bee96d16bc6e5380 /docs/Changelog.md
parent4bca8af499a6ecbd2c6111f4820b66c2ba4710b5 (diff)
parent4d7f39f819b97c9985750331f12b576222cb12e2 (diff)
downloadafl++-8acd503526eda9d8c87374d8cf570aeac54ced73.tar.gz
Merge branch 'master' of github.com:vanhauser-thc/AFLplusplus
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r--docs/Changelog.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md
index e0bb500a..e8b95604 100644
--- a/docs/Changelog.md
+++ b/docs/Changelog.md
@@ -28,6 +28,10 @@ sending a mail to <afl-users+subscribe@googlegroups.com>.
        instrumentation. compile normally and set AFL_LLVM_USE_TRACE_PC :)
      - LLVM 11 is supported
      - CmpLog instrumentation using SanCov (see llvm_mode/README.cmplog)
+  - afl-gcc, afl-clang-fast, afl-gcc-fast:
+     - experimental support for undefined behaviour sanitizer UBSAN
+       (set AFL_USE_UBSAN=1)
+     - the instrumentation summary output now also lists activated sanitizers
   - qemu_mode:
      - persistent mode is now also available for arm and aarch64
      - CmpLog instrumentation for QEMU (-c afl-fuzz command line option)