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 <1349644864.59.0.89713603045.issue14700@psf.upfronthosting.co.za>
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 <victor.stinner@gmail.com>
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: <1349644864.59.0.89713603045.issue14700@psf.upfronthosting.co.za>
2012-10-07 21:21:04vstinnerlinkissue14700 messages
2012-10-07 21:21:04vstinnercreate