fuzz: Add minisketch fuzz test#23496
Merged
maflcko merged 1 commit intobitcoin:masterfrom Nov 17, 2021
Merged
Conversation
faa4cd5 to
fa18631
Compare
mjdietzx
reviewed
Nov 16, 2021
Contributor
mjdietzx
left a comment
There was a problem hiding this comment.
Concept and Approach ACK
Contributor
|
Code Review ACK fa186314840a7da165adbfa86a316d8a4c34b706 |
fa18631 to
faece21
Compare
Member
Author
|
Rebased to fix silent merge conflict. Should be trivial to re-ACK |
sipa
reviewed
Nov 16, 2021
sipa
reviewed
Nov 16, 2021
faece21 to
fa74d45
Compare
Contributor
|
re-ACK fa74d45 |
sipa
reviewed
Nov 16, 2021
| { | ||
| const auto entry{fuzzed_data_provider.ConsumeIntegralInRange<uint32_t>(1, std::numeric_limits<uint32_t>::max() - 1)}; | ||
| const auto KeepDiff{[&] { | ||
| bool& mut{diff[entry]}; |
Member
There was a problem hiding this comment.
Micronit: diff[entry] ^= true; or diff[entry] ^= 1; also works (feel free to ignore).
Member
|
utACK fa74d45 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.