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

Investigate fuzz testing with Jazzer #423

Open
benjamin-bader opened this issue Feb 10, 2021 · 0 comments
Open

Investigate fuzz testing with Jazzer #423

benjamin-bader opened this issue Feb 10, 2021 · 0 comments

Comments

@benjamin-bader
Copy link
Collaborator

This newly-open-sourced JVM fuzz tester looks really interesting for testing the thrifty-schema loader: https://github.com/CodeIntelligenceTesting/jazzer

The challenge with fuzz testing is providing correct random mutations; for our purposes we'd need to generate known-good thrift and mutate it in syntactically-valid ways. Definitely a non-trivial project, but it could be a fun and moderately valuable way to improve the parser and linker.

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