diff options
author | van Hauser <vh@thc.org> | 2020-08-31 20:22:20 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-08-31 20:22:20 +0200 |
commit | a552631d3b04da880f18a25860169ac4ccd8f85b (patch) | |
tree | e233abb4024dc3ee913172f4a396a9732842e646 /docs | |
parent | c552229c4dc59470920d3932a84a9b2bbf775bc7 (diff) | |
download | afl++-a552631d3b04da880f18a25860169ac4ccd8f85b.tar.gz |
update changelog
Diffstat (limited to 'docs')
-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 3966464e..72c8952c 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -19,6 +19,8 @@ sending a mail to <afl-users+subscribe@googlegroups.com>. 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. + - bugfix for cmplog that results in a heap overflow based on target data + (thanks to the magma team for reporting!) - custom mutators: - added afl_custom_fuzz_count/fuzz_count function to allow specifying the number of fuzz attempts for custom_fuzz |