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

WIP: Add fuzz test for PrefilledTransaction #873

Closed
wants to merge 1 commit into from

Conversation

tcharding
Copy link
Member

@tcharding tcharding commented Mar 10, 2022

This is only needed if #1088 merges.

Add a simple deserialization fuzz test for PrefilledTransaction.

I'm totally new to fuzzing. Is the thing being checked, (in for example deser_net_msg.rs) that there is no input data that will cause the deserialization to crash the process?

If that is the case then is the code in this PR what is meant by the issue: #460?

Do we want a fuzz file for each pub struct in bip152.rs?

Add a simple deserialization fuzz test for `PrefilledTransaction`.
@tcharding tcharding closed this Aug 31, 2022
@tcharding tcharding deleted the fuzz-compact-blocks branch August 31, 2022 22:57
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

Successfully merging this pull request may close these issues.

None yet

1 participant