Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pubkey_from_hexstr() was failing, which we didn't notice because we weren't checking the return value. The problem was that we were passing it a strlen that was half the actual length. Relevant error: [libsecp256k1] illegal argument: !secp256k1_fe_is_zero(&ge->x) ==417723== ERROR: libFuzzer: deadly signal ElementsProject#7 0x7f5deaacc7fb in abort ElementsProject#8 0x51b0b0 in secp256k1_default_illegal_callback_fn secp256k1.c ElementsProject#9 0x51bd8e in secp256k1_ec_pubkey_serialize ElementsProject#10 0x4e235b in pubkey_to_der bitcoin/pubkey.c:29:7 ElementsProject#11 0x4e2941 in pubkey_cmp bitcoin/pubkey.c:89:2 ElementsProject#12 0x4e333d in bitcoin_redeem_2of2 bitcoin/script.c:144:6 ElementsProject#13 0x4f1396 in run tests/fuzz/fuzz-close_tx.c:78:19
- Loading branch information