diff options
author | vanhauser-thc <vh@thc.org> | 2021-06-16 13:03:42 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2021-06-16 13:03:42 +0200 |
commit | c46f8c1f70918056e95c801b1a81f11c79304b05 (patch) | |
tree | c93dfdd86055cc96c8227c392fe43d46660de550 /docs/Changelog.md | |
parent | a6c0b5f7667475336a26197d99ea24f18ffcdbd7 (diff) | |
download | afl++-c46f8c1f70918056e95c801b1a81f11c79304b05.tar.gz |
make afl-cmin actually work with subdirectories
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r-- | docs/Changelog.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index 530dd941..9fd2a1a9 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -31,8 +31,8 @@ sending a mail to <afl-users+subscribe@googlegroups.com>. - afl_analyze: - fix timeout handling - add forkserver support for better performance - - afl-cmin, afl-cmin.bash and afl-showmap -i do now descend into - subdirectories (like afl-fuzz does) + - afl-cmin and afl-showmap -i do now descend into subdirectories + (like afl-fuzz does) - note that afl-cmin.bash does not! - ensure afl-compiler-rt is built for gcc_module ### Version ++3.13c (release) |