summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2016-08-17 06:35:35 (GMT)
committerBenjamin Peterson <benjamin@python.org>2016-08-17 06:35:35 (GMT)
commit1f0e7c99331750d1683287218cbab99dc26b2b83 (patch)
treec4ff8fc940cdbe4ceedab36b380c5556d179218b /Misc/NEWS
parent3a27b0857ef6d35911509eef88e567663bb0a0b6 (diff)
downloadcpython-1f0e7c99331750d1683287218cbab99dc26b2b83.zip
cpython-1f0e7c99331750d1683287218cbab99dc26b2b83.tar.gz
cpython-1f0e7c99331750d1683287218cbab99dc26b2b83.tar.bz2
rearrange methodcaller_new so that the main error case does not cause uninitialized memory usage (closes #27783)
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 8c7acaf..a38d8be 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -29,6 +29,8 @@ Core and Builtins
Library
-------
+- Issue #27783: Fix possible usage of uninitialized memory in operator.methodcaller.
+
- Issue #27774: Fix possible Py_DECREF on unowned object in _sre.
- Issue #27760: Fix possible integer overflow in binascii.b2a_qp.