-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Timeout proccesing #23
Comments
Hi @gfarida! SharpFuzz doesn't process timeouts on its own: it's done internally by AFL. Here is the source file where it's done (search for exec_tmout): |
Thank you! I see. So why did you use "Timeout" field in Fault class? |
Just to match the enum definition from AFL (even though SharpFuzz doesn't use the timeout status itself): |
Got it. Thank you very much for your help! |
Hi! Could yo help me and say where timeout does process in your code? I found only crashes processing. Thank you!
The text was updated successfully, but these errors were encountered: