-
Notifications
You must be signed in to change notification settings - Fork 150
fuzz: panic in Descriptor::parse_descriptor with Invalid pkh() Input in rust_miniscript #806
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
Comments
I believe this was closed in error (in bitcoinfuzz/bitcoinfuzz#146 it was mentioned that it's a dupe but I don't remember it). |
Thanks for reopening this!! |
apoelstra
added a commit
to apoelstra/rust-miniscript
that referenced
this issue
Apr 21, 2025
When parsing a descriptor with `Descriptor::parse_descriptor`, we first parse as a string and then parse the keys. We fail to consider parsing errors in the keys, resulting in a panic. Also, clean up the panic message so it's clearer what's going on.
apoelstra
added a commit
to apoelstra/rust-miniscript
that referenced
this issue
Apr 21, 2025
When parsing a descriptor with `Descriptor::parse_descriptor`, we first parse as a string and then parse the keys. We fail to consider parsing errors in the keys, resulting in a panic. Also, clean up the panic message so it's clearer what's going on.
apoelstra
added a commit
to apoelstra/rust-miniscript
that referenced
this issue
Apr 21, 2025
When parsing a descriptor with `Descriptor::parse_descriptor`, we first parse as a string and then parse the keys. We fail to consider parsing errors in the keys, resulting in a panic. Also, clean up the panic message so it's clearer what's going on.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: