This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author python-dev
Recipients Arfrever, christian.heimes, pkt, python-dev, serhiy.storchaka
Date 2015-12-24.09:53:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20151224095355.124862.60929@psf.io>
In-reply-to
Content
New changeset deda5b5160d2 by Serhiy Storchaka in branch '2.7':
Issue #24103: Fixed possible use after free in ElementTree.iterparse().
https://hg.python.org/cpython/rev/deda5b5160d2

New changeset ed62cf0cf256 by Serhiy Storchaka in branch '3.5':
Issue #24103: Fixed possible use after free in ElementTree.XMLPullParser.
https://hg.python.org/cpython/rev/ed62cf0cf256

New changeset 8a14af800f96 by Serhiy Storchaka in branch 'default':
Issue #24103: Fixed possible use after free in ElementTree.XMLPullParser.
https://hg.python.org/cpython/rev/8a14af800f96
History
Date User Action Args
2015-12-24 09:53:58python-devsetrecipients: + python-dev, christian.heimes, Arfrever, serhiy.storchaka, pkt
2015-12-24 09:53:58python-devlinkissue24103 messages
2015-12-24 09:53:58python-devcreate