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 Guido, georg.brandl, gvanrossum, python-dev, serhiy.storchaka, vstinner
Date 2015-01-27.20:33:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20150127203334.126657.39811@psf.io>
In-reply-to
Content
New changeset e6b9e277fbf4 by Serhiy Storchaka in branch '2.7':
Issue #23055: Fixed a buffer overflow in PyUnicode_FromFormatV.  Analysis
https://hg.python.org/cpython/rev/e6b9e277fbf4

New changeset f849f937f78c by Serhiy Storchaka in branch '3.2':
Issue #23055: Fixed a buffer overflow in PyUnicode_FromFormatV.  Analysis
https://hg.python.org/cpython/rev/f849f937f78c

New changeset 6caed177a028 by Serhiy Storchaka in branch '3.3':
Issue #23055: Fixed a buffer overflow in PyUnicode_FromFormatV.  Analysis
https://hg.python.org/cpython/rev/6caed177a028
History
Date User Action Args
2015-01-27 20:33:44python-devsetrecipients: + python-dev, gvanrossum, georg.brandl, vstinner, serhiy.storchaka, Guido
2015-01-27 20:33:44python-devlinkissue23055 messages
2015-01-27 20:33:44python-devcreate