summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2016-01-28 19:30:16 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2016-01-28 19:30:16 (GMT)
commitd5db57396b9c174dac3f8491cc50b61080cec75a (patch)
treee64876a55807f5f7299be462b1dde277ceb9a2db /Misc
parentb49a1edc1556d99a9231f0e7da54e01096f4d912 (diff)
downloadcpython-d5db57396b9c174dac3f8491cc50b61080cec75a.zip
cpython-d5db57396b9c174dac3f8491cc50b61080cec75a.tar.gz
cpython-d5db57396b9c174dac3f8491cc50b61080cec75a.tar.bz2
Issue #19883: Fixed possible integer overflows in zipimport.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index d6f81db..cd693fc 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -66,6 +66,8 @@ Core and Builtins
Library
-------
+- Issue #19883: Fixed possible integer overflows in zipimport.
+
- Issue #26227: On Windows, getnameinfo(), gethostbyaddr() and
gethostbyname_ex() functions of the socket module now decode the hostname
from the ANSI code page rather than UTF-8.