diff options
author | hexcoder <hexcoder-@users.noreply.github.com> | 2021-03-05 18:07:16 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-05 18:07:16 +0100 |
commit | c9854ec8cbd87dc09d7a6ab1b75f3fce2f7bc9ca (patch) | |
tree | bbd4e72e905f362ad30c94e53f872eca4a93df01 | |
parent | 41ad23041b98917e9c38873f5b296ab98e59e460 (diff) | |
download | afl++-c9854ec8cbd87dc09d7a6ab1b75f3fce2f7bc9ca.tar.gz |
typo
-rw-r--r-- | docs/Changelog.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index c5b275de..4e76fedd 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -16,10 +16,10 @@ sending a mail to <afl-users+subscribe@googlegroups.com>. better support for unicode (thanks to @stbergmann for reporting!) - fixed a crash in LAF transform for empty strings - handle erroneous setups in which multiple afl-compiler-rt are - compiled into the target. This now also supports dlopen + compiled into the target. This now also supports dlopen() instrumented libs loaded before the forkserver and even after the forkserver is started (then with collisions though) - - Renamed CTX to CALLER, added correct/real CTX implemenation to CLASSIC + - Renamed CTX to CALLER, added correct/real CTX implementation to CLASSIC - qemu_mode - added AFL_QEMU_EXCLUDE_RANGES env by @realmadsci, thanks! - if no new/updated checkout is wanted, build with: |