summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2005-03-04 14:38:07 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2005-03-04 14:38:07 (GMT)
commitdce2f3605bc56187d1b8af83920d1a210443ec70 (patch)
tree174a50f63eab80d6b66053845f1f6b4eed86619d /Misc
parentac62bc7e6523f05930649cfc4a7ab663f697fa08 (diff)
downloadcpython-dce2f3605bc56187d1b8af83920d1a210443ec70.zip
cpython-dce2f3605bc56187d1b8af83920d1a210443ec70.tar.gz
cpython-dce2f3605bc56187d1b8af83920d1a210443ec70.tar.bz2
Patches #925152, #1118602: Avoid reading after the end of the buffer
in pyexpat.GetInputContext.
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 93ca629..b435429 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -33,6 +33,9 @@ Core and builtins
Extension Modules
-----------------
+- Patches #925152, #1118602: Avoid reading after the end of the buffer
+ in pyexpat.GetInputContext.
+
- Patch #1093585: raise a ValueError for negative history items in readline.
{remove_history,replace_history}