diff options
author | vanhauser-thc <vh@thc.org> | 2022-08-14 14:40:26 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2022-08-14 14:40:26 +0200 |
commit | 4e980713851c522436b6a6813f27dd95dd4e5fae (patch) | |
tree | de2f852e543043d1b78e8bd468b5559475904687 /docs/Changelog.md | |
parent | 1a3b463c4cceabc38b7de83f67813e841153b536 (diff) | |
download | afl++-4e980713851c522436b6a6813f27dd95dd4e5fae.tar.gz |
better handling of -fsanitize=..,...,.. lists
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r-- | docs/Changelog.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index 2ce1d85c..d07cef54 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -14,6 +14,8 @@ sending a mail to <afl-users+subscribe@googlegroups.com>. - added AFL_NO_STARTUP_CALIBRATION to start fuzzing at once instead of calibrating all initial seeds first. Good for large queues and long execution times, especially in CIs. + - afl-cc: + - better handling of -fsanitize=..,...,.. lists - qemu_mode: - added AFL_QEMU_TRACK_UNSTABLE to log the addresses of unstable edges (together with AFL_DEBUG=1 afl-fuzz). thanks to |