diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2011-11-23 00:39:19 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2011-11-23 00:39:19 (GMT) |
commit | aa1c967f93e7cbc28c964369af13c3e444407a22 (patch) | |
tree | 93c0a4531a52d8607e918e1409cc81cf3b16ea0f /Misc | |
parent | 091b6ef79340a69f63de745b9a70b65ec9a21cdd (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |