-
Notifications
You must be signed in to change notification settings - Fork 386
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
fuzz: backport fixes to fuzzer errors #1012
fuzz: backport fixes to fuzzer errors #1012
Conversation
Remove the erroneous trailing newline '\n'. Also, print only the first value to remove needless redundancy in the error message.
Our CI uses Bitcoin's fuzzer corpus, meaning that when they add test vectors to it that they've fixed, our CI breaks until we fix them too :). |
This bug was introduced in commit fad0867. Unit test Co-Authored-By: Russell Yanofsky <[email protected]>
fd3dc5b
to
0896d0a
Compare
For some reason I needed to edit Marco's last commit with
to avoid compiler errors "missing template arguments before |
Driveby quick review: utACK. The |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not familiar with area of the code, but I can confirm that these are backports
utACK 0896d0a
@gwillen if upstream has switched to 17, it was between 0.21 and 22.0 and we'll follow them as part of the 22.0 rebase. |
Oh, right, and that makes perfect sense because this is a backport. 👍 |
Took the non-backported version of base_encode_decode from bitcoin/bitcoin#22279
Backport of bitcoin/bitcoin#22279 and bitcoin/bitcoin#22002 and bitcoin/bitcoin#22137