Avoid questionable use of the value of a pointer
authorBernd Edlinger <bernd.edlinger@hotmail.de>
Fri, 10 Mar 2017 14:10:41 +0000 (15:10 +0100)
committerRich Salz <rsalz@openssl.org>
Fri, 10 Mar 2017 20:56:58 +0000 (15:56 -0500)
commitd3bc98058599a5feffbe68d4e5f2ca43a698d95b
tree09c39616533b5325d3599516f94cd1c396db8b85
parent22cef4e1f1f8f4346cc8b10b3374936c6b33624f
Avoid questionable use of the value of a pointer

that refers to space
deallocated by a call to the free function in tls_decrypt_ticket.

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2897)
(cherry picked from commit 13ed1afa923f4ffb553e389de08f26e9ce84e8a2)
ssl/t1_lib.c