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

Implement fuzz testing #21

Closed
sgeisler opened this issue Jun 21, 2018 · 2 comments · Fixed by #27
Closed

Implement fuzz testing #21

sgeisler opened this issue Jun 21, 2018 · 2 comments · Fixed by #27
Assignees

Comments

@sgeisler
Copy link
Contributor

Fuzz testing in rust-bitcoin found an error in rust-bech32 (rust-bitcoin/rust-bitcoin#100 ). This crate should have its own fuzz testing.

@TheBlueMatt
Copy link
Member

Fwiw, I'd strongly prefer if you use the scripts from rust-bitcoin/rust-lightning/rust-secp256k1, as that will mesh with some of my own scripts for fuzz cluster management.

@sgeisler
Copy link
Contributor Author

sgeisler commented Jul 5, 2018

I'm using the fuzz testing from rust-bitcoin as reference (newer did fuzz testing before). I've already written a binding for bitcoin-core's bech32.cpp implementation (c++ -> c -> unsafe rust -> rust). Now I'm trying to build Bech32 structs from the random byte-slice input.

@sgeisler sgeisler mentioned this issue Nov 26, 2018
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants