diff options
author | vanhauser-thc <vh@thc.org> | 2021-10-01 13:25:02 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2021-10-01 13:25:02 +0200 |
commit | 4473904bc0de7011a77309d96f7090a51c8fe768 (patch) | |
tree | b554b701f084434024eebbdcb7dfc87887369805 /docs/Changelog.md | |
parent | 2eac714ac1e92181519313146ae625abea1e767d (diff) | |
download | afl++-4473904bc0de7011a77309d96f7090a51c8fe768.tar.gz |
fix -n
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 de217c2e..dad5fee2 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -15,6 +15,7 @@ sending a mail to <afl-users+subscribe@googlegroups.com>. information on how to deal with instrumenting libraries - fix a regression introduced in 3.10 that resulted in less coverage being detected. thanks to Collin May for reporting! + - fix -n dumb mode (nobody should use this) - afl-showmap, afl-tmin and afl-analyze now honor persistent mode for more speed. thanks to dloffre-snl for reporting! - afl-cc: |