aboutsummaryrefslogtreecommitdiff
path: root/docs/ChangeLog
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-01-25 16:11:42 +0100
committervan Hauser <vh@thc.org>2020-01-25 16:11:42 +0100
commit2c6847bfa0b57f3330b1aab9b91d935757db51b7 (patch)
tree1704704bee3fe3ce4603373f30d503c2e353ff18 /docs/ChangeLog
parent5d2330f04e45225588a11c64b26a7dbb1a2fbe1a (diff)
downloadafl++-2c6847bfa0b57f3330b1aab9b91d935757db51b7.tar.gz
added whitelist+blacklist to all llvm_mode passes
Diffstat (limited to 'docs/ChangeLog')
-rw-r--r--docs/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ChangeLog b/docs/ChangeLog
index 33c6f618..c1d53379 100644
--- a/docs/ChangeLog
+++ b/docs/ChangeLog
@@ -27,7 +27,7 @@ Version ++2.60d (develop):
instrumentation. compile normally and set AFL_LLVM_USE_TRACE_PC :)
- afl-cmin is now a sh script (invoking awk) instead of bash for portability
the original script is still present as afl-cmin.bash
- - added blacklisted function check in all modules of llvm_mode
+ - added blacklist and whitelisting function check in all modules of llvm_mode
- added fix from Debian project to compile libdislocator and libtokencap