diff options
author | Benjamin Peterson <benjamin@python.org> | 2016-01-21 06:23:44 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2016-01-21 06:23:44 (GMT) |
commit | c4032da2012d75c6c358f74d8bf9ee98a7fe8ecf (patch) | |
tree | d4b22fb30db4f03697789b0101453266041f4e83 /Misc/NEWS | |
parent | ef9cf0835230398bb1af134eabaef7c3cad0bce3 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -10,6 +10,9 @@ Release date: tba Core and Builtins ----------------- +- Issue #26171: Fix possible integer overflow and heap corruption in + zipimporter.get_data(). + Library ------- |