summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-09-07 19:37:02 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2015-09-07 19:37:02 (GMT)
commit931331a328d522bb014f9e9c13884d7566108268 (patch)
tree23432881b1f5933381fb5a100c8def49799ad8d6 /Misc/NEWS
parenteba8feedfa0d62b042ad0ecabf6cab733528dbd6 (diff)
downloadcpython-931331a328d522bb014f9e9c13884d7566108268.zip
cpython-931331a328d522bb014f9e9c13884d7566108268.tar.gz
cpython-931331a328d522bb014f9e9c13884d7566108268.tar.bz2
Issue #25019: Fixed a crash caused by setting non-string key of expat parser.
Added additional tests for expat parser attributes. Based on patch by John Leitch.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index ac0541b..ec450ff 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -81,6 +81,9 @@ Core and Builtins
Library
-------
+- Issue #25019: Fixed a crash caused by setting non-string key of expat parser.
+ Based on patch by John Leitch.
+
- Issue #24917: time_strftime() buffer over-read.
- Issue #23144: Make sure that HTMLParser.feed() returns all the data, even