summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2015-11-12 06:07:38 (GMT)
committerBenjamin Peterson <benjamin@python.org>2015-11-12 06:07:38 (GMT)
commit59d451d68fb738b7d9c45d72f7d4f64c4c708f09 (patch)
treee2d09d389a38375be545625bd22d2302acafaa94 /Misc
parent77d61d4156d8cd79ba26d0fad4fb083844f94cc0 (diff)
downloadcpython-59d451d68fb738b7d9c45d72f7d4f64c4c708f09.zip
cpython-59d451d68fb738b7d9c45d72f7d4f64c4c708f09.tar.gz
cpython-59d451d68fb738b7d9c45d72f7d4f64c4c708f09.tar.bz2
fix memory leak in _get_crl_dp (closes #25569)
Patch started by Stéphane Wirtel.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 265d2cf..2869f80 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -49,6 +49,8 @@ Core and Builtins
Library
-------
+- Issue #25569: Fix memory leak in SSLSocket.getpeercert().
+
- Issue #7759: Fixed the mhlib module on filesystems that doesn't support
link counting for directories.