[issue14700] Integer overflow in classic string formatting
Mark Dickinson
report at bugs.python.org
Mon Apr 30 21:33:27 CEST 2012
Mark Dickinson <dickinsm at gmail.com> added the comment:
Still, I think it would be useful to have some tests that exercise the overflow branches. (If those tests had existed before, then this issue would probably already have been found and fixed, since clang could have detected the undefined behaviour resulting from signed overflow.)
I'll add tests and apply this later.
----------
assignee: -> mark.dickinson
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14700>
_______________________________________
More information about the Python-bugs-list
mailing list