Skip to content
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

return fuzzer return code from main #351

Merged

Conversation

jscriven-digimarc
Copy link
Contributor

As opposed to re-throwing, which changes the control flow of the run loop, i opted for a simpler member variable to hold the fuzzer return code. This allows the outter run loop to complete and show statistic (like how long fuzzer ran) without jumping control to the main try/catch block.

@CLAassistant
Copy link

CLAassistant commented Mar 31, 2020

CLA assistant check
All committers have signed the CLA.

@pgoodman
Copy link
Member

pgoodman commented Apr 1, 2020

Seems like CI is failing for some reasons with apt and a missing USERNAME somewhere...

@GrosQuildu
Copy link
Contributor

Missing apt update, fixed in #352 .
We may merge I think.

@jscriven-digimarc
Copy link
Contributor Author

I have no write access, can someone else merge this, or grant me access? Thanks.

@GrosQuildu GrosQuildu merged commit b92d381 into trailofbits:master Apr 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants