diff options
author | van Hauser <vh@thc.org> | 2020-08-31 23:04:09 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-31 23:04:09 +0200 |
commit | 7f621509eee57f0b6fd9ad542adc4f2acafeb059 (patch) | |
tree | eb930b56b9ca79f081342affc0c1b82ba8d45780 /docs/Changelog.md | |
parent | 2dffed1cffcd78db16412d0531d2976bfd3bc0fe (diff) | |
parent | 4261e17b3e9d90fea9495fc046d55976cc9e7647 (diff) | |
download | afl++-7f621509eee57f0b6fd9ad542adc4f2acafeb059.tar.gz |
Merge pull request #540 from AFLplusplus/dev
Dev
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 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 |