summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2014-01-09 12:50:20 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2014-01-09 12:50:20 (GMT)
commit5ce3f10aeea711bb912e948fa5d9f63736df1327 (patch)
tree977da819c4d6e15bb355334b15b88b67d8f52c90 /Misc/NEWS
parent78ee3289e991882d803be4cb0dd6b4005f82cbb1 (diff)
downloadcpython-5ce3f10aeea711bb912e948fa5d9f63736df1327.zip
cpython-5ce3f10aeea711bb912e948fa5d9f63736df1327.tar.gz
cpython-5ce3f10aeea711bb912e948fa5d9f63736df1327.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 4ad230a..afe8514 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -36,6 +36,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.