summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2011-11-23 00:39:19 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2011-11-23 00:39:19 (GMT)
commitaa1c967f93e7cbc28c964369af13c3e444407a22 (patch)
tree93c0a4531a52d8607e918e1409cc81cf3b16ea0f /Misc
parent091b6ef79340a69f63de745b9a70b65ec9a21cdd (diff)
downloadcpython-aa1c967f93e7cbc28c964369af13c3e444407a22.zip
cpython-aa1c967f93e7cbc28c964369af13c3e444407a22.tar.gz
cpython-aa1c967f93e7cbc28c964369af13c3e444407a22.tar.bz2
Issue #13458: Fix a memory leak in the ssl module when decoding a certificate with a subjectAltName.
Patch by Robert Xiao.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 1a92e2a..be93de4 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -79,6 +79,9 @@ Core and Builtins
Library
-------
+- Issue #13458: Fix a memory leak in the ssl module when decoding a
+ certificate with a subjectAltName. Patch by Robert Xiao.
+
- Issue #13415: os.unsetenv() doesn't ignore errors anymore.
- Issue #13322: Fix BufferedWriter.write() to ensure that BlockingIOError is