ensure all fuzz targets are killed on exit

This commit is contained in:
vanhauser-thc
2022-01-25 14:51:02 +01:00
parent 0fd6315dfb
commit d9ed784298
2 changed files with 47 additions and 11 deletions

View File

@ -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