diff options
author | vanhauser-thc <vh@thc.org> | 2021-03-19 16:06:06 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2021-03-19 16:06:06 +0100 |
commit | 2102264acf5c271b7560a82771b3af8136af9354 (patch) | |
tree | 56cce5a15206634bd1877c428a5b15c064d7fa53 /docs/Changelog.md | |
parent | e73c7c59c14d0bff1c1b25aa264fe18b7cdcddaf (diff) | |
download | afl++-2102264acf5c271b7560a82771b3af8136af9354.tar.gz |
fix for new llvm 13 change
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r-- | docs/Changelog.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index 8dc218af..166393cb 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -9,6 +9,8 @@ Want to stay in the loop on major new features? Join our mailing list by sending a mail to <afl-users+subscribe@googlegroups.com>. ### Version ++3.12a (dev) + - afl-fuzz: + - better map detection, AFL_MAP_SIZE not needed anymore for most cases - afl-cc: - fix cmplog rtn (rare crash and not being able to gather ptr data) - link runtime not to shared libs @@ -16,6 +18,8 @@ sending a mail to <afl-users+subscribe@googlegroups.com>. - qemu_mode (thanks @realmadsci): - move AFL_PRELOAD and AFL_USE_QASAN logic inside afl-qemu-trace - add AFL_QEMU_CUSTOM_BIN + - unicorn_mode + - accidently removed the subfolder from github, re-added ### Version ++3.11c (release) - afl-fuzz: |