[issue26059] Integer Overflow in strop.replace()

Ramin Farajpour Cami report at bugs.python.org
Mon Jan 11 12:16:15 EST 2016


Ramin Farajpour Cami added the comment:

The issue can be triggered by performing a large substitution that overflows the arithmetic used in mymemreplace() to calculate the size of the new string:

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue26059>
_______________________________________


More information about the Python-bugs-list mailing list