diff options
author | hexcoder <hexcoder-@users.noreply.github.com> | 2020-08-13 23:19:05 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-13 23:19:05 +0200 |
commit | d0ab83a202ef5bb0614dde01825e4dd48f0da645 (patch) | |
tree | 077266cc099793ae2095a459abd3d7484afc9277 | |
parent | b5d1a021efaede5e084418fe552330590ee43641 (diff) | |
download | afl++-d0ab83a202ef5bb0614dde01825e4dd48f0da645.tar.gz |
Changelog wording/whitespace
-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 5044dce5..3c28ff98 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -33,7 +33,7 @@ sending a mail to <afl-users+subscribe@googlegroups.com>. - skipping ctors and ifuncs for instrumentation - LTO: switch default to the dynamic memory map, set AFL_LLVM_MAP_ADDR for a fixed map address (eg. 0x10000) - - LTO: laf-intel and redqueen/cmplogare are now applied at link time + - LTO: laf-intel and redqueen/cmplog are now applied at link time to prevent llvm optimizing away the splits - LTO: autodictionary mode is a default - LTO: instrim instrumentation disabled, only classic support used |