diff options
author | vanhauser-thc <vh@thc.org> | 2021-03-05 10:05:43 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2021-03-05 10:05:43 +0100 |
commit | 3342aa751d8e9102449e1739b38a25c40ab18e81 (patch) | |
tree | 7afcfab5751461d5bc0bceec07c9b0d98155e118 /docs | |
parent | a2f40aa285faa75e78ac1ffffe8d79e2ac1a40da (diff) | |
download | afl++-3342aa751d8e9102449e1739b38a25c40ab18e81.tar.gz |
fix laf string transform crash
Diffstat (limited to 'docs')
-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 b1c991ff..c5b275de 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -14,6 +14,7 @@ sending a mail to <afl-users+subscribe@googlegroups.com>. - afl-cc - 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 - handle erroneous setups in which multiple afl-compiler-rt are compiled into the target. This now also supports dlopen instrumented libs loaded before the forkserver and even after the |