summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2015-01-04 22:03:59 (GMT)
committerBenjamin Peterson <benjamin@python.org>2015-01-04 22:03:59 (GMT)
commit72c2a0f60a7f15d89a53d96804312c353be7fdf2 (patch)
tree5688fcd760bbeac780c7111afbfc62396fc9cb92 /Misc
parent7919acb9202e1b4cf703d54a9346b980f8885a29 (diff)
parentf18bf6fd2d2f0d7db6a5e5b4d86b709dd2b5ce6d (diff)
downloadcpython-72c2a0f60a7f15d89a53d96804312c353be7fdf2.zip
cpython-72c2a0f60a7f15d89a53d96804312c353be7fdf2.tar.gz
cpython-72c2a0f60a7f15d89a53d96804312c353be7fdf2.tar.bz2
merge 3.2 (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 c66da32..b853c69 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -23,6 +23,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
-------