]> granicus.if.org Git - python/commit
Issue #13458: Fix a memory leak in the ssl module when decoding a certificate with...
authorAntoine Pitrou <solipsis@pitrou.net>
Wed, 23 Nov 2011 00:39:19 +0000 (01:39 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Wed, 23 Nov 2011 00:39:19 +0000 (01:39 +0100)
commitaa1c967f93e7cbc28c964369af13c3e444407a22
tree93c0a4531a52d8607e918e1409cc81cf3b16ea0f
parent091b6ef79340a69f63de745b9a70b65ec9a21cdd
Issue #13458: Fix a memory leak in the ssl module when decoding a certificate with a subjectAltName.
Patch by Robert Xiao.
Misc/NEWS
Modules/_ssl.c