You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The signed argument len of the secp256k1_rangeproof_genrand function must not be greater than 10 but its sign is not verified.. A negative len value will result in an unbounded copy operation to the rngseed buffer on the stack. Exploitable code paths were not identified.
The signed argument
len
of thesecp256k1_rangeproof_genrand
function must not be greater than 10 but its sign is not verified.. A negativelen
value will result in an unbounded copy operation to therngseed
buffer on the stack. Exploitable code paths were not identified.See elements/src/secp256k1/src/modules/rangeproof/rangeproof_impl.h line 149 9d91a9f
The text was updated successfully, but these errors were encountered: