summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2014-01-09 12:53:41 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2014-01-09 12:53:41 (GMT)
commit69fdbf9cb02b09fdebe3ce13ec3be56d69657a3c (patch)
treecaeb7277649d381846ee1a69f1e30298e8c50eee /Misc/NEWS
parent0ae7ae1fc9fe8891ad3daf26a2dec3967600a7e7 (diff)
parent5ce3f10aeea711bb912e948fa5d9f63736df1327 (diff)
downloadcpython-69fdbf9cb02b09fdebe3ce13ec3be56d69657a3c.zip
cpython-69fdbf9cb02b09fdebe3ce13ec3be56d69657a3c.tar.gz
cpython-69fdbf9cb02b09fdebe3ce13ec3be56d69657a3c.tar.bz2
Issue #20078: Reading malformed zipfiles no longer hangs with 100% CPU
consumption.
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 82b3850..72e26b8 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -18,6 +18,9 @@ Core and Builtins
Library
-------
+- Issue #20078: Reading malformed zipfiles no longer hangs with 100% CPU
+ consumption.
+
- Issue #20113: os.readv() and os.writev() now raise an OSError exception on
error instead of returning -1.