about summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-08-01 19:43:29 +0200
committervan Hauser <vh@thc.org>2020-08-01 19:43:29 +0200
commitb708cf7d45edd0297ff47b89dd95dcf5e3664a40 (patch)
tree8440209ea02425a34d9938430eafe78a7d7fb9d8 /docs
parenta267ff1ab58ed29a39133309904e1c6eb7c1ea3f (diff)
downloadafl++-b708cf7d45edd0297ff47b89dd95dcf5e3664a40.tar.gz
fix lto single block and no zero
Diffstat (limited to 'docs')
-rw-r--r--docs/Changelog.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md
index 14d00a43..8ab3fdf4 100644
--- a/docs/Changelog.md
+++ b/docs/Changelog.md
@@ -28,6 +28,8 @@ sending a mail to <afl-users+subscribe@googlegroups.com>.
             as it is always better
      - LTO: env var AFL_LLVM_DOCUMENT_IDS=file will document which edge ID
             was given to which function during compilation
+     - LTO: single block functions were not implemented by default, fixed
+     - LTO: AFL_LLVM_SKIP_NEVERZERO behaviour was inversed, fixed
      - setting AFL_LLVM_LAF_SPLIT_FLOATS now activates
        AFL_LLVM_LAF_SPLIT_COMPARES
   - added honggfuzz mangle as a custom mutator in custom_mutators/honggfuzz