Commit 036e61b1 authored by Matt Caswell's avatar Matt Caswell
Browse files

Free memory on an error path



The function a2i_ASN1_STRING can encounter an error after already
allocating a buffer. It wasn't always freeing that buffer on error.

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