diff options
author | vanhauser-thc <vh@thc.org> | 2021-03-16 19:34:34 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2021-03-16 19:34:34 +0100 |
commit | 7c2436c7114e21f029b06346421a73910deac578 (patch) | |
tree | 1560b989c99915abf495d594d08aaac92b648e3f /docs/Changelog.md | |
parent | c2df65a0afc81a45ce2b881cc55e1709873db88f (diff) | |
download | afl++-7c2436c7114e21f029b06346421a73910deac578.tar.gz |
no runtime for shared linking
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r-- | docs/Changelog.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index 17d68b0a..bf04c58e 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -9,7 +9,9 @@ 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) - - fix cmplog rtn (rare crash and not being able to gather ptr data) + - afl-cc: + - fix cmplog rtn (rare crash and not being able to gather ptr data) + - link runtime not to shared libs - qemu_mode (thanks @realmadsci): - move AFL_PRELOAD and AFL_USE_QASAN logic inside afl-qemu-trace - add AFL_QEMU_CUSTOM_BIN |