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:52:43 +0000 (14:52 +0100)
commit1e8cb18d499604c1766bfcec23a358888eaf6551
tree8cdf8d5e54e95001db44c4bf78ca367e47cdbe0e
parente35e5941e0b2f7af1cd56f07ee8d4eaf2b445132
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/6594)
ssl/statem/statem_srvr.c