commit | c8754a13e607ebc70f12a10297c76dc574a91d5b | [log] [tgz] |
---|---|---|
author | Jesus Cea <jcea@jcea.es> | Tue Sep 11 02:00:58 2012 +0200 |
committer | Jesus Cea <jcea@jcea.es> | Tue Sep 11 02:00:58 2012 +0200 |
tree | 55422157d1be2e8443251a5ed15bb7a7bd15ad18 | |
parent | e8db356cf1084105a97db9457a2374209868005b [diff] [blame] |
Closes #15793: Stack corruption in ssl.RAND_egd()
diff --git a/Misc/NEWS b/Misc/NEWS index 725fb9e..3b09e96 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -154,6 +154,9 @@ - Issue #13579: string.Formatter now understands the 'a' conversion specifier. +- Issue #15793: Stack corruption in ssl.RAND_egd(). + Patch by Serhiy Storchaka. + - Issue #15595: Fix subprocess.Popen(universal_newlines=True) for certain locales (utf-16 and utf-32 family). Patch by Chris Jerdonek.