diff options
author | van Hauser <vh@thc.org> | 2022-10-24 20:46:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-24 20:46:31 +0200 |
commit | a075cddef6ae71516a960116f3d944efd5671e5d (patch) | |
tree | 724dd6978ebb10f52c4bdda86eb44a5494b33409 /docs/Changelog.md | |
parent | d1e1bbc713b22d620956143634ecdf97223aa59f (diff) | |
parent | 05e0825d66d938308842c25c4c74b5cdd4a885eb (diff) | |
download | afl++-a075cddef6ae71516a960116f3d944efd5671e5d.tar.gz |
Merge pull request #1561 from AFLplusplus/dev
push to stable
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r-- | docs/Changelog.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index 80916858..38e2e6bc 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -13,6 +13,8 @@ scripts - afl-fuzz: - force writing all stats on exit + - ensure targets are killed on exit + - `AFL_FORK_SERVER_KILL_SIGNAL` added - afl-cc: - make gcc_mode (afl-gcc-fast) work with gcc down to version 3.6 - qemu_mode: |