Skip to content

Commit f00d657

Browse files
committed
remove dead store in ecdsa_signature_parse_der_lax
This change was made in bitcoin/bitcoin without upstreaming. So this is a followup to the comment here: bitcoin/bitcoin#19228 (comment). See also: bitcoin/bitcoin#11073.
1 parent dbd41db commit f00d657

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

contrib/lax_der_parsing.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ int ecdsa_signature_parse_der_lax(const secp256k1_context* ctx, secp256k1_ecdsa_
112112
return 0;
113113
}
114114
spos = pos;
115-
pos += slen;
116115

117116
/* Ignore leading zeroes in R */
118117
while (rlen > 0 && input[rpos] == 0) {

0 commit comments

Comments
 (0)