Check the return value of sk_SSL_CIPHER_new_null(), since it allocates
authorjsing <jsing@openbsd.org>
Mon, 11 Aug 2014 10:46:19 +0000 (10:46 +0000)
committerjsing <jsing@openbsd.org>
Mon, 11 Aug 2014 10:46:19 +0000 (10:46 +0000)
commit86baf547e7d3c1be4ff177e604a1d90b76725560
treebaa06e392c0af585bc23da721e405a52e7855d39
parent5232460e6537e09ae5bec550b787bbe5c6a6349b
Check the return value of sk_SSL_CIPHER_new_null(), since it allocates
memory and can return NULL.

ok miod@
lib/libssl/src/ssl/ssl_lib.c
lib/libssl/ssl_lib.c