diff options
author | hexcoder <hexcoder-@users.noreply.github.com> | 2021-06-01 10:36:18 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-01 10:36:18 +0200 |
commit | 5b5dff4584f0efa2c02db7d75ebab7e31c253789 (patch) | |
tree | 1cf12048a83ef2ee527480f95c25ef04641a2901 | |
parent | 76653544056ce2334b6523252e91a8f8a6ac9dcb (diff) | |
download | afl++-5b5dff4584f0efa2c02db7d75ebab7e31c253789.tar.gz |
Wording: "never zero" -> NeverZero
-rw-r--r-- | docs/Changelog.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index 29ea918b..e7344761 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -42,7 +42,7 @@ sending a mail to <afl-users+subscribe@googlegroups.com>. - afl-cc: - We do not support llvm versions prior 6.0 anymore - added thread safe counters to all modes (`AFL_LLVM_THREADSAFE_INST`), - note that this disables never zero counters. + note that this disables NeverZero counters. - Fix for -pie compiled binaries with default afl-clang-fast PCGUARD - Leak Sanitizer (AFL_USE_LSAN) added by Joshua Rogers, thanks! - Removed InsTrim instrumentation as it is not as good as PCGUARD |