summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2014-05-30 11:24:03 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2014-05-30 11:24:03 (GMT)
commit79851d755bf4edacd3f423c5e2cca21d0c07c3b6 (patch)
treeb059941a272cdf4308fe55c92ec2f48278c97326 /Misc/NEWS
parent9f1f4f40e460c44cbe236d7db82a4c036aa77770 (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index f74a18c..f06177a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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