Fix a NULL ptr deref in error path in tls_process_cke_dhe()
authorMatt Caswell <matt@openssl.org>
Tue, 26 Jun 2018 14:40:54 +0000 (15:40 +0100)
committerMatt Caswell <matt@openssl.org>
Mon, 2 Jul 2018 13:42:13 +0000 (14:42 +0100)
commitb6ff436fcb597663ffcfe6d724d207cf120e7250
tree4d5072cadccae1e156d1683166a7bb75a6c69bee
parent5281bb2252be6575ebb7a8b683e6bd160476fa2a
Fix a NULL ptr deref in error path in tls_process_cke_dhe()

Fixes #6574

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/6593)
ssl/statem/statem_srvr.c