commit | dd7e071b23e7f4b33767653b3feea0ffb2bfa6b9 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Wed Feb 15 22:25:27 2012 +0100 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Wed Feb 15 22:25:27 2012 +0100 |
tree | 9f817497bf395bab5e3525da143285bc1313c9bc | |
parent | c82da813c1406bc7e3878bf1d960d4765bcb0d89 [diff] [blame] |
Issue #13014: Fix a possible reference leak in SSLSocket.getpeercert().
diff --git a/Misc/NEWS b/Misc/NEWS index 474609e..41b7ad2 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -93,6 +93,8 @@ Library ------- +- Issue #13014: Fix a possible reference leak in SSLSocket.getpeercert(). + - Issue #13987: HTMLParser is now able to handle EOFs in the middle of a construct and malformed start tags.