diff options
author | marc <marc@marc.srlabs.de> | 2023-08-09 16:29:56 +0200 |
---|---|---|
committer | marc <marc@marc.srlabs.de> | 2023-08-09 16:29:56 +0200 |
commit | 18d9234dfe4b6db32a2da335834908e49300e5cd (patch) | |
tree | 7ec0d2b73ca236c73d8d2b337396f320bcf1728d /docs/Changelog.md | |
parent | 5618062cb55f1ac094e33ad662a03df45e048f45 (diff) | |
download | afl++-18d9234dfe4b6db32a2da335834908e49300e5cd.tar.gz |
Revert "-c - support"
This reverts commit 5618062cb55f1ac094e33ad662a03df45e048f45.
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r-- | docs/Changelog.md | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index d45b49fe..d61ce8ec 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -15,8 +15,6 @@ command line tool! See custom_mutators/aflpp/standalone/ - display the state of the fuzzing run in the UI :-) - fix timeout setting if '+' is used or a session is restarted - - allow to disable CMPLOG with '-c -' (e.g. afl.rs enforces '-c 0' on - every instance which is counterproductive. - afl-cmin/afl-cmin.bash: - fixed a bug inherited from vanilla AFL where a coverage of map[123] = 11 would be the same as map[1123] = 1 |