Commit 5e8129f2 authored by Matt Caswell's avatar Matt Caswell
Browse files

Don't leak an ASN1_OCTET_STRING on error in rsa_cms_encrypt



The rsa_cms_encrypt() function allocates an ASN1_OCTET_STRING but can
then fail to free it in an error condition.

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