]> 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:42:52 +0000 (01:42 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Wed, 23 Nov 2011 00:42:52 +0000 (01:42 +0100)
commitbc530324086fceab771e9ec5596d572fe452215e
tree1574f01f42c69a9b3efa6bbbf36891970618477d
parentc8cf4dfa2f2957c7bb7396f287fa3bcf8c9ddd24
parent116d6b98bf9c09760269db093f3251a16b6c1e81
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