summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2015-06-27 20:01:51 (GMT)
committerBenjamin Peterson <benjamin@python.org>2015-06-27 20:01:51 (GMT)
commit7b78d4364da086baf77202e6e9f6839128a366ff (patch)
tree8d0fa068254a2d92fc9bfd5df7bfbceaa7be5e71 /Misc/NEWS
parent758d60baaa3c041d0982c84d514719ab197bd6ed (diff)
downloadcpython-7b78d4364da086baf77202e6e9f6839128a366ff.zip
cpython-7b78d4364da086baf77202e6e9f6839128a366ff.tar.gz
cpython-7b78d4364da086baf77202e6e9f6839128a366ff.tar.bz2
prevent integer overflow in escape_unicode (closes #24522)
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 1f5241b..4b3e189 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -24,6 +24,8 @@ Core and Builtins
Library
-------
+- Issue #24522: Fix possible integer overflow in json accelerator module.
+
- Issue #24489: ensure a previously set C errno doesn't disturb cmath.polar().
- Issue #24408: Fixed AttributeError in measure() and metrics() methods of