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 vstinner
Recipients eric.smith, mark.dickinson, python-dev, r.david.murray, serhiy.storchaka, vstinner
Date 2012-10-07.21:21:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
For your information, I fixed recently PyUnicode_FromFormatV() to detect overflows on width and precision:

changeset:   79543:d1369daeb9ec
user:        Victor Stinner <[email protected]>
date:        Sat Oct 06 23:05:00 2012 +0200
files:       Objects/unicodeobject.c
description:
Issue #16147: PyUnicode_FromFormatV() now detects integer overflow when parsing
width and precision
History
Date User Action Args
2012-10-07 21:21:04vstinnersetrecipients: + vstinner, mark.dickinson, eric.smith, r.david.murray, python-dev, serhiy.storchaka
2012-10-07 21:21:04vstinnersetmessageid: <[email protected]>
2012-10-07 21:21:04vstinnerlinkissue14700 messages
2012-10-07 21:21:04vstinnercreate