diff options
author | Andrea Fioraldi <andreafioraldi@gmail.com> | 2020-02-11 21:31:05 +0100 |
---|---|---|
committer | Andrea Fioraldi <andreafioraldi@gmail.com> | 2020-02-11 21:31:05 +0100 |
commit | a1c54425f7aad6535870e1a2a24891ea5d800cb2 (patch) | |
tree | 9266dcc3e3e8f9bc48b60c96e2d2ebed23257b67 /docs/Changelog.md | |
parent | e22ba031f552bf41fb24286b54c0417d5ddd464a (diff) | |
parent | 08ad02d2b0eae397f097e578ad990f13f2a8e373 (diff) | |
download | afl++-a1c54425f7aad6535870e1a2a24891ea5d800cb2.tar.gz |
Merge branch 'master' of github.com:vanhauser-thc/AFLplusplus
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r-- | docs/Changelog.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index f6e751e0..e0bb500a 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -21,6 +21,7 @@ sending a mail to <afl-users+subscribe@googlegroups.com>. - all Python 2+3 versions supported now - changed execs_per_sec in fuzzer_stats from "current" execs per second (which is pointless) to total execs per second + - bugfix for dictionary insert stage count (fix via Google repo PR) - afl-clang-fast: - show in the help output for which llvm version it was compiled for - now does not need to be recompiled between trace-pc and pass |