Commit b0cb22b0 authored by Matt Caswell's avatar Matt Caswell
Browse files

Free buffer on error in a2i_ASN1_INTEGER()



The function a2i_ASN1_INTEGER() allocates a buffer |s| but then fails
to free it on error paths.

Reviewed-by: default avatarRichard Levitte <levitte@openssl.org>
parent 6e4ab54b
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