diff options
author | vanhauser-thc <vh@thc.org> | 2024-02-29 09:10:22 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2024-02-29 09:10:29 +0100 |
commit | 036a79268b48a0e3e061d5e3387711f69bed8d56 (patch) | |
tree | 0488b09ebbb8f676f88d29530b56e83b99f60a36 /docs/Changelog.md | |
parent | 603136efa032d62eec14720a7435ce0a6d143bb6 (diff) | |
download | afl++-036a79268b48a0e3e061d5e3387711f69bed8d56.tar.gz |
gcc cmplog fix
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r-- | docs/Changelog.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index ead015eb..da4b3a20 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -27,8 +27,9 @@ - added collision free caller instrumentation to LTO mode. activate with `AFL_LLVM_LTO_CALLER=1`. You can set a max depth to go through single block functions with `AFL_LLVM_LTO_CALLER_DEPTH` (default 0) + - fix for GCC_PLUGIN cmplog that broke on std::strings - afl-whatsup: - - Now also displays current average speed + - now also displays current average speed - small bugfixes - Minor edits to afl-persistent-config - Prevent temporary files being left behind on aborted afl-whatsup |