summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorJesus Cea <jcea@jcea.es>2012-09-11 00:00:58 (GMT)
committerJesus Cea <jcea@jcea.es>2012-09-11 00:00:58 (GMT)
commitc8754a13e607ebc70f12a10297c76dc574a91d5b (patch)
tree55422157d1be2e8443251a5ed15bb7a7bd15ad18 /Misc
parente8db356cf1084105a97db9457a2374209868005b (diff)
downloadcpython-c8754a13e607ebc70f12a10297c76dc574a91d5b.zip
cpython-c8754a13e607ebc70f12a10297c76dc574a91d5b.tar.gz
cpython-c8754a13e607ebc70f12a10297c76dc574a91d5b.tar.bz2
Closes #15793: Stack corruption in ssl.RAND_egd()
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 725fb9e..3b09e96 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -154,6 +154,9 @@ Library
- 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.