]> granicus.if.org Git - openssl/commit
Ensure that memory allocated for the ticket is freed
authorMatt Caswell <matt@openssl.org>
Tue, 15 Mar 2016 11:38:56 +0000 (11:38 +0000)
committerMatt Caswell <matt@openssl.org>
Fri, 18 Mar 2016 11:52:22 +0000 (11:52 +0000)
commitd1247df266130561c9f1ab46a905ab04888ef6d9
tree9922c884b76ebaf230355b3bcacf20467d31aba3
parentffe9150b1508a0ffc9e724f975691f24eb045c05
Ensure that memory allocated for the ticket is freed

If a call to EVP_DecryptUpdate fails then a memory leak could occur.
Ensure that the memory is freed appropriately.

Issue reported by Guido Vranken.

Reviewed-by: Richard Levitte <levitte@openssl.org>
ssl/t1_lib.c