Bug discovered by Sergio Demian Lerner.
Make signing fail if a too small buffer is passed. #169
pull sipa wants to merge 1 commits into bitcoin-core:master from sipa:fixoversig changing 2 files +3 −1-
sipa commented at 12:31 AM on December 18, 2014: contributor
-
603c33bc80
Make signing fail if a too small buffer is passed.
Bug discovered by Sergio Demian Lerner.
-
sipa commented at 12:31 AM on December 18, 2014: contributor
Ping @SergioDemianLerner.
-
aalness commented at 9:43 AM on December 18, 2014: none
Untested but looks correct.
-
SergioDemianLerner commented at 2:42 PM on December 18, 2014: none
utACK
- sipa merged this on Dec 18, 2014
- sipa closed this on Dec 18, 2014
- sipa referenced this in commit cf0c48bea5 on Dec 18, 2014
- sipa cross-referenced this on Dec 20, 2014 from issue [API BREAK] Use rfc6979 as default nonce-generation function by sipa
- gmaxwell cross-referenced this on Jan 11, 2015 from issue signaturelen not-validated. secp256k1_ecdsa_sign() will return 1 when no sig is returned by SergioDemianLerner