diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-06-12 06:43:55 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-06-12 06:43:55 (GMT) |
commit | 9062c261a4f9268f4621548ec205c80411f75b6e (patch) | |
tree | e6f41d63259f2c1bfa3bac2ebbe3a13f20047d3b /Misc | |
parent | 3c317e76a2fe78896b546e08fa753075463e7d41 (diff) | |
download | cpython-9062c261a4f9268f4621548ec205c80411f75b6e.zip cpython-9062c261a4f9268f4621548ec205c80411f75b6e.tar.gz cpython-9062c261a4f9268f4621548ec205c80411f75b6e.tar.bz2 |
Issue #25455: Fixed a crash in repr of ElementTree.Element with recursive tag.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -143,6 +143,8 @@ Core and Builtins Library ------- +- Issue #25455: Fixed a crash in repr of ElementTree.Element with recursive tag. + - Issue #26556: Update expat to 2.1.1, fixes CVE-2015-1283. - Fix TLS stripping vulnerability in smptlib, CVE-2016-0772. Reported by Team |