]> git.ipfire.org Git - thirdparty/openssl.git/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:59:11 +0000 (11:59 +0000)
commitd31b25138f26cad65182a325561f929d67806248
treebf3350a43072ecdbccf38b8c4cfc94e68bf02dac
parent4161523ecd06b1e469b6e59e705ac8bec18611b6
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