This repository has been archived by the owner on Nov 1, 2023. It is now read-only.
handle libfuzzer targets crashing without dropping an a crashing input #57
Labels
internal-request
Requested by internal teams
When a libfuzzer target crashes in a fashion that libfuzzer can't handle, such as
raise(SIGKILL)
, the input isn't saved to disk.We should report this behavior as a failure to the user, so they can fix their libfuzzer target to not crash in such a fashion.
Basic logic:
The text was updated successfully, but these errors were encountered: