summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2015-01-04 22:05:39 (GMT)
committerBenjamin Peterson <benjamin@python.org>2015-01-04 22:05:39 (GMT)
commit10ecaa24162382bdf5e21170b27206188ec9b25f (patch)
tree6809026ebbfb96ca78c99a6fbd05e8228a4ef3b6 /Misc
parent5719ef17bae439eac9c59fc7a36ade60e6341659 (diff)
parent72c2a0f60a7f15d89a53d96804312c353be7fdf2 (diff)
downloadcpython-10ecaa24162382bdf5e21170b27206188ec9b25f.zip
cpython-10ecaa24162382bdf5e21170b27206188ec9b25f.tar.gz
cpython-10ecaa24162382bdf5e21170b27206188ec9b25f.tar.bz2
merge 3.3 (closes #23165)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 42cbc39..f634b59 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -38,6 +38,9 @@ Core and Builtins
- Issue #22518: Fix integer overflow issues in latin-1 encoding.
+- Issue #23165: Perform overflow checks before allocating memory in the
+ _Py_char2wchar function.
+
Library
-------