[issue26059] Integer Overflow in strop.replace()

Serhiy Storchaka report at bugs.python.org
Mon Jan 11 12:17:46 EST 2016


Serhiy Storchaka added the comment:

I thought this was fixed in issue24708. At least I get MemoryError on 32-bit Linux as expected, and the code around looks correct.

May be PyMem_MALLOC on 64-bit Windows works only with 32-bit size?

----------
nosy: +serhiy.storchaka

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


More information about the Python-bugs-list mailing list