]> 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)
commit116d6b98bf9c09760269db093f3251a16b6c1e81
tree28fb328eec93e09cc08517163aa13e6bf0956637
parentb3f82680313389bf41fd8c70620b1c336fc36ed8
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