diff options
author | van Hauser <vh@thc.org> | 2021-01-22 00:41:23 +0100 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2021-01-22 00:41:23 +0100 |
commit | ac21e4dd7304c3306a9acb5fa6ac051d3ab64b20 (patch) | |
tree | a3ed79f5c6aa564788fba94637545e0a9a2100af /docs/Changelog.md | |
parent | f0be89a5b6d2c81fde747098e751c7886916214b (diff) | |
download | afl++-ac21e4dd7304c3306a9acb5fa6ac051d3ab64b20.tar.gz |
typos
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r-- | docs/Changelog.md | 3 |
1 files changed, 2 insertions, 1 deletions
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/ |