diff options
author | vanhauser-thc <vh@thc.org> | 2021-03-09 14:11:52 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2021-03-09 14:11:52 +0100 |
commit | 74a6044b3fba496c1255f9aedbf5b7253ae29f0e (patch) | |
tree | baa0cb02334533375c9a40786973388496814dec /docs/Changelog.md | |
parent | e82ce952517cbb1db96101e84c53500a9a3be506 (diff) | |
download | afl++-74a6044b3fba496c1255f9aedbf5b7253ae29f0e.tar.gz |
fix sanitizer settings
Diffstat (limited to 'docs/Changelog.md')
-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 ab0e2da2..b47b03ba 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -10,6 +10,7 @@ sending a mail to <afl-users+subscribe@googlegroups.com>. ### Version ++3.11a (dev) - afl-fuzz: + - fix sanitizer settings (bug since 3.10c) - add non-unicode variants from unicode-looking dictionary entries - Rust custom mutator API improvements - afl-cc: |