[issue18368] PyOS_StdioReadline() leaks memory when realloc() fails

STINNER Victor report at bugs.python.org
Tue Mar 19 06:43:33 EDT 2019


STINNER Victor <vstinner at redhat.com> added the comment:


New changeset d9c6564f90ead067c2e288f01825684821b7a129 by Victor Stinner (stratakis) in branch '2.7':
[2.7] bpo-18368: Fix memory leaks in PyOS_StdioReadline() when realloc() fails (GH-12334)
https://github.com/python/cpython/commit/d9c6564f90ead067c2e288f01825684821b7a129


----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue18368>
_______________________________________


More information about the Python-bugs-list mailing list