psbt: Avoid unsigned int overflow in PSBT_IN_TAP_BIP32_DERIVATION #25812
pull achow101 wants to merge 1 commits into bitcoin:master from achow101:psbt-hd-path-int-overflow changing 3 files +13 −0-
achow101 commented at 9:22 pm on August 9, 2022: memberFixes #25749
-
fanquake requested review from darosior on Aug 9, 2022
-
fanquake added the label PSBT on Aug 9, 2022
-
MarcoFalke added this to the milestone 24.0 on Aug 10, 2022
-
darosior approved
-
darosior commented at 2:39 pm on August 10, 2022: memberutACK befa2a76da4adb5140b4870cd241c38e8ae2e0d0
-
fanquake requested review from instagibbs on Aug 10, 2022
-
instagibbs commented at 2:48 pm on August 10, 2022: membercan we catch this in test?
-
psbt: Avoid unsigned int overflow in PSBT_IN_TAP_BIP32_DERIVATION 70a55c059b
-
achow101 commented at 3:58 pm on August 10, 2022: memberAdded a test case.
-
achow101 force-pushed on Aug 10, 2022
-
instagibbs commented at 4:02 pm on August 10, 2022: memberACK 70a55c059b014c7a687de7a4813a90c65148aed4
-
in test/functional/rpc_psbt.py:465 in 70a55c059b
460@@ -460,6 +461,9 @@ def run_test(self): 461 # Invalid PSBTs 462 for invalid in invalids: 463 assert_raises_rpc_error(-22, "TX decode failed", self.nodes[0].decodepsbt, invalid) 464+ for invalid in invalid_with_msgs: 465+ psbt, msg = invalid
jonatack commented at 4:37 pm on August 10, 2022:if you retouch
0- for invalid in invalid_with_msgs: 1- psbt, msg = invalid 2+ for psbt, msg in invalid_with_msgs:
jonatack commented at 4:51 pm on August 10, 2022: contributorReview ACK 70a55c059b014c7a687de7a4813a90c65148aed4, this should avoid the issue reported in #25749
Error message with the new test, without the code change in
psbt.h
:TX decode failed Fee exceeds maximum configured by user (e.g. -maxtxfee, maxfeerate)
Error message with the new test and the code change in
psbt.h
:TX decode failed Input Taproot BIP32 keypath has an invalid length
Unrelated: it may be good as a follow-up to add a colon at the end of “TX decode failed” before appending the specific error message.
darosior commented at 7:47 am on August 11, 2022: memberre-utACK 70a55c059b014c7a687de7a4813a90c65148aed4fanquake merged this on Aug 11, 2022fanquake closed this on Aug 11, 2022
sidhujag referenced this in commit 47449b0492 on Aug 11, 2022bitcoin locked this on Aug 11, 2023
github-metadata-mirror
This is a metadata mirror of the GitHub repository bitcoin/bitcoin. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2024-11-21 12:12 UTC
This is a metadata mirror of the GitHub repository bitcoin/bitcoin. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2024-11-21 12:12 UTC
This site is hosted by @0xB10C
More mirrored repositories can be found on mirror.b10c.me
More mirrored repositories can be found on mirror.b10c.me