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

Fuzzing the protocol parser? #184

Closed
elinorbgr opened this issue Jul 18, 2018 · 0 comments
Closed

Fuzzing the protocol parser? #184

elinorbgr opened this issue Jul 18, 2018 · 0 comments

Comments

@elinorbgr
Copy link
Member

Now that there is a rust implementation of the protocol, we also have a parser for it.

I'd be tempted to try to setup a way to fuzz it, but I'm not clear about how this should be done, given the parsing depends on the signature which is supposedly known beforehand and tracked by the protocol state.

The function of interest is wayland_commons::wire::Message::from_raw

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant