openssl/CVE-2010-2939.patch

13 lines
389 B
Diff
Raw Normal View History

Index: openssl-1.0.0/ssl/s3_clnt.c
===================================================================
--- openssl-1.0.0.orig/ssl/s3_clnt.c
+++ openssl-1.0.0/ssl/s3_clnt.c
@@ -1508,6 +1508,7 @@ int ssl3_get_key_exchange(SSL *s)
s->session->sess_cert->peer_ecdh_tmp=ecdh;
ecdh=NULL;
BN_CTX_free(bn_ctx);
+ bn_ctx=NULL;
EC_POINT_free(srvr_ecpoint);
srvr_ecpoint = NULL;
}