We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
All the crashes in minijail are from their abort calls. Brainstorm how to handle this.
The text was updated successfully, but these errors were encountered:
Proposal: at least in minijail, these aborts appear because the library is expecting real UID and GID from the system.
Among the possible solutions, I believe we could use a custom set of values according to the data type.
For instance, if I expect an UID, I instruct the fuzzer to use UID of users from the system.
Btw, to discuss further
Sorry, something went wrong.
tregua87
No branches or pull requests
All the crashes in minijail are from their abort calls. Brainstorm how to handle this.
The text was updated successfully, but these errors were encountered: