diff options
author | vanhauser-thc <vh@thc.org> | 2024-05-02 08:35:24 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2024-05-02 08:35:24 +0200 |
commit | 26eaf53a832be0b12dadbbd290b4a7e676818347 (patch) | |
tree | b7171e10d36fbd8ee708ba326b4e029b38c12523 /docs/Changelog.md | |
parent | 5d623a27edcd4e6608178f80c7e29ede73138db6 (diff) | |
download | afl++-26eaf53a832be0b12dadbbd290b4a7e676818347.tar.gz |
AFL_DISABLE_REDUNDANT
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 c1b2f62a..5cb6973a 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -5,6 +5,7 @@ ### Version ++4.21a (dev) * afl-fuzz + - added AFL_DISABLE_REDUNDANT for huge queues - fix AFL_PERSISTENT_RECORD - prevent filenames in the queue that have spaces - minor fix for FAST schedules @@ -13,6 +14,7 @@ - ensure shared memory variables are visible in weird build setups * afl-cmin - work with input files that have a space + * enhanced the ASAN configuration ### Version ++4.20c (release) |