aboutsummaryrefslogtreecommitdiff
path: root/share/security/patches/SA-10:10/openssl7.patch
diff options
context:
space:
mode:
Diffstat (limited to 'share/security/patches/SA-10:10/openssl7.patch')
-rw-r--r--share/security/patches/SA-10:10/openssl7.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/share/security/patches/SA-10:10/openssl7.patch b/share/security/patches/SA-10:10/openssl7.patch
new file mode 100644
index 0000000000..dab70363a4
--- /dev/null
+++ b/share/security/patches/SA-10:10/openssl7.patch
@@ -0,0 +1,12 @@
+Index: crypto/openssl/ssl/s3_clnt.c
+===================================================================
+--- crypto/openssl/ssl/s3_clnt.c (revision 215630)
++++ crypto/openssl/ssl/s3_clnt.c (working copy)
+@@ -1377,6 +1377,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;
+ }