diff options
author | van Hauser <vh@thc.org> | 2020-02-16 16:45:30 +0100 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-02-16 16:45:30 +0100 |
commit | 4cccdb89c0112931e451bc0719880813d15d14dc (patch) | |
tree | 5482ee0333c4f83c72cc0187865f2a691ab7d86e /docs | |
parent | b98a5de39bfe4e09c218007efe289b49b23b939a (diff) | |
download | afl++-4cccdb89c0112931e451bc0719880813d15d14dc.tar.gz |
fix for instrim (not the important one)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Changelog.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index e8b95604..c488b84e 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -22,6 +22,7 @@ sending a mail to <afl-users+subscribe@googlegroups.com>. - changed execs_per_sec in fuzzer_stats from "current" execs per second (which is pointless) to total execs per second - bugfix for dictionary insert stage count (fix via Google repo PR) + - llvm_mode InsTrim: no pointless instrumentation of 1 block functions - afl-clang-fast: - show in the help output for which llvm version it was compiled for - now does not need to be recompiled between trace-pc and pass |