[issue27211] Heap corruption via Python 2.7.11 IOBase readline()

Serhiy Storchaka report at bugs.python.org
Sat Jun 4 01:31:23 EDT 2016


Serhiy Storchaka added the comment:

This bug was fixed for 3.x in issue18408. Maybe we should backport other Victor's fixes from this issue.

Yet one possible bug -- using memcpy instead of memmove. The memory block can be resized without changing the address.

----------
nosy: +haypo, serhiy.storchaka

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


More information about the Python-bugs-list mailing list