aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2021-01-22 00:41:23 +0100
committervan Hauser <vh@thc.org>2021-01-22 00:41:23 +0100
commitac21e4dd7304c3306a9acb5fa6ac051d3ab64b20 (patch)
treea3ed79f5c6aa564788fba94637545e0a9a2100af
parentf0be89a5b6d2c81fde747098e751c7886916214b (diff)
downloadafl++-ac21e4dd7304c3306a9acb5fa6ac051d3ab64b20.tar.gz
typos
-rw-r--r--README.md4
-rw-r--r--docs/Changelog.md3
2 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index ce48f336..2806b734 100644
--- a/README.md
+++ b/README.md
@@ -27,11 +27,11 @@
## Major changes in afl++ 3.0
-With afl++ 3.0 we introduced changes that breaks some previous afl and afl++
+With afl++ 3.0 we introduced changes that break some previous afl and afl++
behaviours and defaults:
* There are no llvm_mode and gcc_plugin subdirectories anymore and there is
- only one compiler: afl-cc. All previous compilers now symlink to this.
+ only one compiler: afl-cc. All previous compilers now symlink to this one.
All instrumentation source code is now in the `instrumentation/` folder.
* The gcc_plugin was replaced with a new version submitted by AdaCore that
supports more features. Thank you!
diff --git a/docs/Changelog.md b/docs/Changelog.md
index daae7c47..63e8e66e 100644
--- a/docs/Changelog.md
+++ b/docs/Changelog.md
@@ -35,7 +35,8 @@ sending a mail to <afl-users+subscribe@googlegroups.com>.
- added AFL_LLVM_INSTRUMENT option NATIVE for native clang pc-guard
support (less performant than our own), GCC for old afl-gcc and
CLANG for old afl-clang
- - warn on any _AFL and __AFL env var
+ - changed default: no memory limit for afl-cmin and afl-cmin.bash
+ - warn on any _AFL and __AFL env vars
- LLVM mode is now compiled with -j4, unicorn with all cores. qemu was
already building with all cores, the gcc plugin needs only one.
- added dummy Makefile to instrumentation/