diff options
author | vanhauser-thc <vh@thc.org> | 2022-01-25 14:51:02 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2022-01-25 14:51:02 +0100 |
commit | d9ed7842987f221eee068c0b61cf890d5ed6aff7 (patch) | |
tree | 80661f41a8a8f88acb36ee1f65aff331f87c601c /docs/Changelog.md | |
parent | 0fd6315dfb45dcc058dcf891efb8fb83eb1de225 (diff) | |
download | afl++-d9ed7842987f221eee068c0b61cf890d5ed6aff7.tar.gz |
ensure all fuzz targets are killed on exit
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 e25b43da..e89a0761 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -33,6 +33,7 @@ sending a mail to <afl-users+subscribe@googlegroups.com>. (it is better!) - fix a regression introduced in 3.10 that resulted in less coverage being detected. thanks to Collin May for reporting! + - ensure all spawned targets are killed on exit - added AFL_IGNORE_PROBLEMS, plus checks to identify and abort on incorrect LTO usage setups and enhanced the READMEs for better information on how to deal with instrumenting libraries |