cpython: 9ab501b3e22d (original) (raw)

Mercurial > cpython

changeset 74964:9ab501b3e22d

Issue #13014: Fix a possible reference leak in SSLSocket.getpeercert(). [#13014]

Antoine Pitrou solipsis@pitrou.net
date Wed, 15 Feb 2012 22:28:21 +0100
parents ba5b337ecc27(current diff)f3a4c2b34973(diff)
children e9d01c5c92ed
files Misc/NEWS Modules/_ssl.c
diffstat 2 files changed, 16 insertions(+), 9 deletions(-)[+] [-] Misc/NEWS 2 Modules/_ssl.c 23

line wrap: on

line diff

--- a/Misc/NEWS +++ b/Misc/NEWS @@ -466,6 +466,8 @@ Core and Builtins Library ------- +- Issue #13014: Fix a possible reference leak in SSLSocket.getpeercert(). +

--- a/Modules/_ssl.c +++ b/Modules/_ssl.c @@ -547,15 +547,20 @@ static PyObject goto fail1; } / now, there's typically a dangling RDN */