You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be good to detect the following situations and bail with bad exit code:
No fuzz stats for some time after beginning to fuzz. Note: for AFL++ there are no stats until the initial corpus was loaded, which on some binaries can take more than 30 minutes.
Bad coverage generated, e.g. 0% coverage.
Bad report generated, e.g. 0 fuzz instances, blank screenshots, 0% coverage, ...
Something else?
The text was updated successfully, but these errors were encountered:
It would be good to detect the following situations and bail with bad exit code:
The text was updated successfully, but these errors were encountered: