diff options
author | vanhauser-thc <vh@thc.org> | 2021-03-09 17:15:19 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2021-03-09 17:15:19 +0100 |
commit | 0868ea8348ebc682c370d763324b49536ee4c1f7 (patch) | |
tree | 043ded356540a5feddfced8a9ffedd0f3dd20338 /docs | |
parent | 47f2650a32470172a32c4ebd446003cb8a4b80e8 (diff) | |
download | afl++-0868ea8348ebc682c370d763324b49536ee4c1f7.tar.gz |
fix compiler rt on -c
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Changelog.md | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index b47b03ba..c475911d 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -14,6 +14,9 @@ sending a mail to <afl-users+subscribe@googlegroups.com>. - add non-unicode variants from unicode-looking dictionary entries - Rust custom mutator API improvements - afl-cc: + - added AFL_NOOPT that will just pass everything to the normal + gcc/clang compiler without any changes - to pass weird configure + scripts - fixed a crash that can occur with ASAN + CMPLOG together plus better support for unicode (thanks to @stbergmann for reporting!) - fixed a crash in LAF transform for empty strings @@ -21,7 +24,10 @@ sending a mail to <afl-users+subscribe@googlegroups.com>. compiled into the target. This now also supports dlopen() instrumented libs loaded before the forkserver and even after the forkserver is started (then with collisions though) - - Renamed CTX to CALLER, added correct/real CTX implementation to CLASSIC + - the compiler rt was added also in object building (-c) which + should have been fixed years ago but somewhere got lost :( + - Renamed CTX to CALLER, added correct/real CTX implementation to + CLASSIC - qemu_mode: - added AFL_QEMU_EXCLUDE_RANGES env by @realmadsci, thanks! - if no new/updated checkout is wanted, build with: |