STINNER Victor added the comment:

For your information, I fixed recently PyUnicode_FromFormatV() to detect 
overflows on width and precision:

changeset:   79543:d1369daeb9ec
user:        Victor Stinner <victor.stin...@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

----------
nosy: +haypo

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue14700>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to