about summary refs log tree commit diff
path: root/docs/Changelog.md
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-05-05 10:38:44 +0200
committervan Hauser <vh@thc.org>2020-05-05 10:38:44 +0200
commit6e45e55d82eeed2075579a530f5aeea8d00af55b (patch)
treea7caa6c041fe940a4cba31352132a7534237693b /docs/Changelog.md
parentecaccd9739d77fb6f5786581ac01bbe1316bdb99 (diff)
downloadafl++-6e45e55d82eeed2075579a530f5aeea8d00af55b.tar.gz
fix crash in AFL_LLVM_LAF_TRANSFORM_COMPARES
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r--docs/Changelog.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md
index 8c0624b6..ac68e8ff 100644
--- a/docs/Changelog.md
+++ b/docs/Changelog.md
@@ -21,6 +21,7 @@ sending a mail to <afl-users+subscribe@googlegroups.com>.
        fuzzing speed
      - fixes to LTO mode if instrumented edges > MAP_SIZE
      - CTX and NGRAM can now be used together
+     - AFL_LLVM_LAF_TRANSFORM_COMPARES would sometimes crash, fixed
      - added AFL_LLVM_SKIP_NEVERZERO to skip the never zero coverage counter
        implmentation. For targets with little or no loops or heavy called
        functions. Gives a small performance boost.