Avoid questionable use of the value of a pointer that refers to space
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 19:07:53 +0000 (14:07 -0500)
commit13ed1afa923f4ffb553e389de08f26e9ce84e8a2
treed7f352dbe547df41e1023aae8acd26f8b03d2919
parenta78d043b0db1e10ace2d777a837bd7e731a8ca6c
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)
ssl/t1_lib.c