summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2016-01-21 06:23:44 (GMT)
committerBenjamin Peterson <benjamin@python.org>2016-01-21 06:23:44 (GMT)
commitc4032da2012d75c6c358f74d8bf9ee98a7fe8ecf (patch)
treed4b22fb30db4f03697789b0101453266041f4e83 /Misc/NEWS
parentef9cf0835230398bb1af134eabaef7c3cad0bce3 (diff)
downloadcpython-c4032da2012d75c6c358f74d8bf9ee98a7fe8ecf.zip
cpython-c4032da2012d75c6c358f74d8bf9ee98a7fe8ecf.tar.gz
cpython-c4032da2012d75c6c358f74d8bf9ee98a7fe8ecf.tar.bz2
prevent buffer overflow in get_data (closes #26171)
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 298d027..5f1929d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,9 @@ Release date: tba
Core and Builtins
-----------------
+- Issue #26171: Fix possible integer overflow and heap corruption in
+ zipimporter.get_data().
+
Library
-------