diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2015-09-07 19:37:02 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2015-09-07 19:37:02 (GMT) |
commit | 931331a328d522bb014f9e9c13884d7566108268 (patch) | |
tree | 23432881b1f5933381fb5a100c8def49799ad8d6 /Misc/NEWS | |
parent | eba8feedfa0d62b042ad0ecabf6cab733528dbd6 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |