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

minijail has lots of abort-s internally. #17

Open
zukatsinadze opened this issue Jul 31, 2023 · 1 comment
Open

minijail has lots of abort-s internally. #17

zukatsinadze opened this issue Jul 31, 2023 · 1 comment
Assignees

Comments

@zukatsinadze
Copy link
Member

All the crashes in minijail are from their abort calls. Brainstorm how to handle this.

@tregua87
Copy link
Collaborator

tregua87 commented Aug 3, 2023

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

@tregua87 tregua87 self-assigned this Aug 3, 2023
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

No branches or pull requests

2 participants