Commit 91fb42dd authored by Matt Caswell's avatar Matt Caswell
Browse files

Free a BIGNUM on error in BN_mpi2bn



In the BN_mpi2bn() function, a failure of a call to BN_bin2bn() could
result in the leak of a previously allocated BIGNUM value.

Reviewed-by: default avatarRichard Levitte <levitte@openssl.org>
parent b0b6ba2d
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment