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

Set up a fuzzing harness #2

Open
roblabla opened this issue Aug 22, 2019 · 0 comments
Open

Set up a fuzzing harness #2

roblabla opened this issue Aug 22, 2019 · 0 comments

Comments

@roblabla
Copy link
Member

It'd be nice to fuzz this crate to ensure its robustness. We should avoid panicking even in the face of malicious input. It's likely to currently have quite a few int overflows, and maybe also some OOB accesses. Setting up some AFL test harnesses for this should be doable.

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

1 participant