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

various bugfixes for new fuzz test vectors #1399

Merged
merged 7 commits into from
Feb 11, 2025

Conversation

apoelstra
Copy link
Member

Mostly straightforward stuff in here, except that we needed to backport bitcoin/bitcoin#23418, which in turn required bitcoin/bitcoin#24625.

This does not fix the PSET RPC-related crash but it does fix various ubsan lints (and a couple actual crashes) for other parts of the codebase.

We have an unsigned constant which we're bit-inverting, or'ing into a
signed constant, then assigning back to the signed constant. We should
make it explicit wth is going on here.
apoelstra and others added 3 commits February 11, 2025 02:58
This originates in 8723deb which has no
PR associated with it. We've really gotta stop putting thousands of
unreviewed commits into this project and rebasing the history away..
Copy link
Member

@delta1 delta1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK 363c510

ran functional tests locally

@delta1 delta1 merged commit 99c2ee7 into ElementsProject:master Feb 11, 2025
11 of 13 checks passed
@apoelstra apoelstra deleted the 2025-02--fuzz-fixes branch February 11, 2025 13:19
@apoelstra
Copy link
Member Author

This doesn't have the backport of 23418 in it.

delta1 added a commit that referenced this pull request Feb 11, 2025
delta1 added a commit to delta1/elements that referenced this pull request Feb 13, 2025
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.

2 participants