diff options
author | hexcoder <hexcoder-@users.noreply.github.com> | 2020-05-25 18:16:37 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-25 18:16:37 +0200 |
commit | de78f867a48dcfa0c7b855c32f94f88c3ede7f1b (patch) | |
tree | 14655c1e46131dbb008e862b12ef434c605ea5ec | |
parent | 707145c491366825b5595eada29fbb2e87e800fd (diff) | |
download | afl++-de78f867a48dcfa0c7b855c32f94f88c3ede7f1b.tar.gz |
Changelog: typos
-rw-r--r-- | docs/Changelog.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index 884de0b1..9d4d7815 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -14,8 +14,8 @@ sending a mail to <afl-users+subscribe@googlegroups.com>. (instead of via files/stdin) - afl-fuzz: - -S slaves now only sync from the master to increase performance, - the -M master stilly syncs from everyone. Added checks that exactly - one master is present and warn otherwise + the -M master still syncs from everyone. Added checks that ensure + exactly one master is present and warn otherwise - If no master is present at a sync one slave automatically becomes a temporary master until a real master shows up - llvm_mode: @@ -29,7 +29,7 @@ sending a mail to <afl-users+subscribe@googlegroups.com>. - added AFL_LLVM_LAF_ALL, sets all laf-intel settings - LTO whitelist functionality rewritten, now main, _init etc functions need not to be whitelisted anymore - - fixed crash in compare-transform-pass when strcasemp/strncasecmp was + - fixed crash in compare-transform-pass when strcasecmp/strncasecmp was tried to be instrumented with LTO - fixed crash in cmplog with LTO - fixed afl-gcc/afl-as that could break on fast systems reusing pids in |