diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2014-05-30 11:24:03 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2014-05-30 11:24:03 (GMT) |
commit | 79851d755bf4edacd3f423c5e2cca21d0c07c3b6 (patch) | |
tree | b059941a272cdf4308fe55c92ec2f48278c97326 /Misc/NEWS | |
parent | 9f1f4f40e460c44cbe236d7db82a4c036aa77770 (diff) | |
download | cpython-79851d755bf4edacd3f423c5e2cca21d0c07c3b6.zip cpython-79851d755bf4edacd3f423c5e2cca21d0c07c3b6.tar.gz cpython-79851d755bf4edacd3f423c5e2cca21d0c07c3b6.tar.bz2 |
Issue #21552: Fixed possible integer overflow of too long string lengths in
the tkinter module on 64-bit platforms.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -18,6 +18,9 @@ Core and Builtins Library ------- +- Issue #21552: Fixed possible integer overflow of too long string lengths in + the tkinter module on 64-bit platforms. + - Issue #14315: The zipfile module now ignores extra fields in the central directory that are too short to be parsed instead of letting a struct.unpack error bubble up as this "bad data" appears in many real world zip files in |