diff options
author | vanhauser-thc <vh@thc.org> | 2021-05-21 10:26:27 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2021-05-21 10:26:35 +0200 |
commit | 5997a4fc09163c1baa186f5a9d00c4c8668a72b1 (patch) | |
tree | 8a3b10724943a7e608e0b5291639660b4d830898 /docs/Changelog.md | |
parent | a1458ea6715e8801bf28fec0ac66f06b96eb1e66 (diff) | |
download | afl++-5997a4fc09163c1baa186f5a9d00c4c8668a72b1.tar.gz |
fix llvm-dict2file
Diffstat (limited to 'docs/Changelog.md')
-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 1114a834..282b34cf 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -41,6 +41,7 @@ sending a mail to <afl-users+subscribe@googlegroups.com>. - Leak Sanitizer (AFL_USE_LSAN) added by Joshua Rogers, thanks! - Removed InsTrim instrumentation as it is not as good as PCGUARD - Removed automatic linking with -lc++ for LTO mode + - Fixed a crash in llvm dict2file when a strncmp length was -1 - utils/aflpp_driver: - aflpp_qemu_driver_hook fixed to work with qemu_mode - aflpp_driver now compiled with -fPIC |