diff options
| author | Dominik Maier <domenukk@gmail.com> | 2021-02-24 18:07:08 +0100 | 
|---|---|---|
| committer | Dominik Maier <domenukk@gmail.com> | 2021-02-24 18:07:08 +0100 | 
| commit | cc7c651dc97f5567af33164d396b390d36b46049 (patch) | |
| tree | f177798e583d0d91eaf406fb6f9b05e67b272132 /docs | |
| parent | 564f4915665c8a68a97d71b7db812606ddec8c5b (diff) | |
| download | afl++-cc7c651dc97f5567af33164d396b390d36b46049.tar.gz | |
tidied up env suggestions
Diffstat (limited to 'docs')
| -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 d8587334..1260531e 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -36,6 +36,7 @@ sending a mail to <afl-users+subscribe@googlegroups.com>. - switched to an even faster RNG - added hghwng's patch for faster trace map analysis - added minimum SYNC_TIME to include/config.h (30 minutes default) + - printing suggestions for mistyped `AFL_` env variables - afl-cc - allow instrumenting LLVMFuzzerTestOneInput - fixed endless loop for allow/blocklist lines starting with a @@ -68,7 +69,7 @@ sending a mail to <afl-users+subscribe@googlegroups.com>. - set AFL_IGNORE_UNKNOWN_ENVS to not warn on unknown AFL_... env vars. - added dummy Makefile to instrumentation/ - Updated utils/afl_frida to be 5% faster, 7% on x86_x64 - - Added AFL_KILL_SIGNAL env variable (thanks @v-p-b) + - Added `AFL_KILL_SIGNAL` env variable (thanks @v-p-b) - @Edznux added a nice documentation on how to use rpc.statsd with afl++ in docs/rpc_statsd.md, thanks! | 
