Message172346
| 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 |
|