blob: 29b5f844f239ec51e46e3ef6287da26cbb07fa61 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
http://bugs.gentoo.org/332027
--- a/ssl/s3_clnt.c
+++ b/ssl/s3_clnt.c
@@ -1508,6 +1508,7 @@
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;
}
|