summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2011-11-23 00:42:52 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2011-11-23 00:42:52 (GMT)
commitbc530324086fceab771e9ec5596d572fe452215e (patch)
tree1574f01f42c69a9b3efa6bbbf36891970618477d /Misc
parentc8cf4dfa2f2957c7bb7396f287fa3bcf8c9ddd24 (diff)
parent116d6b98bf9c09760269db093f3251a16b6c1e81 (diff)
downloadcpython-bc530324086fceab771e9ec5596d572fe452215e.zip
cpython-bc530324086fceab771e9ec5596d572fe452215e.tar.gz
cpython-bc530324086fceab771e9ec5596d572fe452215e.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 3d46a10..f78a31e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -390,6 +390,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 #13245: sched.scheduler class constructor's timefunc and