diff options
author | Dominik Maier <domenukk@gmail.com> | 2020-08-23 10:59:56 +0200 |
---|---|---|
committer | Dominik Maier <domenukk@gmail.com> | 2020-08-23 10:59:56 +0200 |
commit | 6184832ea98050c91cdefa5059e18e78c39b14de (patch) | |
tree | 9248189d69c70abde7164733ca505f1a1fe76fad /docs/Changelog.md | |
parent | e2b54bfa0540d074423260bec01a544e9beda1df (diff) | |
download | afl++-6184832ea98050c91cdefa5059e18e78c39b14de.tar.gz |
added more env var docs, fsrv fixes for cmin, tmin
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r-- | docs/Changelog.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index 8bbb4e19..f7bc9600 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -14,6 +14,10 @@ sending a mail to <afl-users+subscribe@googlegroups.com>. - Fix for auto dictionary entries found during fuzzing to not throw out a -x dictionary - added total execs done to plot file + - AFL_MAX_DET_EXTRAS env variable added to control the amount of deterministic + dict entries without recompiling. + - AFL_FORKSRV_INIT_TMOUT env variable added to control the time to wait for + the forkserver to come up without the need to increase the overall timeout. - llvm_mode: - Ported SanCov to LTO, and made it the default for LTO. better instrumentation locations |