diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-01-28 19:30:16 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-01-28 19:30:16 (GMT) |
commit | d5db57396b9c174dac3f8491cc50b61080cec75a (patch) | |
tree | e64876a55807f5f7299be462b1dde277ceb9a2db /Misc | |
parent | b49a1edc1556d99a9231f0e7da54e01096f4d912 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |