]> granicus.if.org Git - openssl/commit
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:57:59 +0000 (15:57 -0500)
commit5e90cb5404c2b6127520f5bda9ada5fa1560038d
tree03e014589b090d6cfd3b79055e78d57d94dd18d5
parentacdf0814234c8a20bcbdab7f1cf0b4d452adb415
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