diff options
author | van Hauser <vh@thc.org> | 2020-01-15 10:10:25 +0100 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-01-15 10:10:25 +0100 |
commit | d1d5e7c02a4b17f42b6334f258899d6543c9142c (patch) | |
tree | ce67a3a546827a13c9b871b60831d581c2ad7527 /docs | |
parent | d0ea8f84334a36133c289c711c233d1f5a1a8045 (diff) | |
download | afl++-d1d5e7c02a4b17f42b6334f258899d6543c9142c.tar.gz |
blacklist function support for llvm_mode
Diffstat (limited to 'docs')
-rw-r--r-- | docs/ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/ChangeLog b/docs/ChangeLog index f034d251..a94a2038 100644 --- a/docs/ChangeLog +++ b/docs/ChangeLog @@ -20,7 +20,8 @@ Version ++2.60d (develop): - afl-fuzz: - now prints the real python version support compiled in - afl-clang-fast now shows in the help output for which llvm version it - was compiled for. + was compiled for + - added blacklisted function check in llvm_mode - added fix from Debian project to compile libdislocator and libtokencap |