afl-cov icon indicating copy to clipboard operation
afl-cov copied to clipboard

Add a subprocess.Popen timeout when possible

Open nirizr opened this issue 3 years ago • 2 comments

The linux timeout command seems to fail terminating processes occasionally, so when possible without breaking the interface I've added a subprocess.Popen timeout (to be double the linux timeout) as a backup timeout.

This is a bit hackish but has been useful for me.

nirizr avatar Aug 06 '21 08:08 nirizr

same here, do you want to fix the conflict or me just copying over the changes?

vanhauser-thc avatar Aug 25 '22 04:08 vanhauser-thc

Fixed the conflict. Thanks!

nirizr avatar Jan 05 '23 14:01 nirizr