Commit 35b1a433 authored by Matt Caswell's avatar Matt Caswell
Browse files

Fix memory leaks in tls_decrypt_ticket



Certain code paths in tls_decrypt_ticket could return early without first
freeing the HMAC_CTX or the EVP_CIPHER_CTX.

Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
parent c4c32155
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