Issue 18025: Buffer overflow in BufferedIOBase.readinto() (original) (raw)
Issue18025
Created on 2013-05-20 20:34 by serhiy.storchaka, last changed 2022-04-11 14:57 by admin. This issue is now closed.
Files | |||
---|---|---|---|
File name | Uploaded | Description | Edit |
bufferedio_buffer_overflow.patch | serhiy.storchaka,2013-05-20 20:34 | review |
Messages (2) | ||
---|---|---|
msg189691 - (view) | Author: Serhiy Storchaka (serhiy.storchaka) * ![]() |
Date: 2013-05-20 20:34 |
BufferedIOBase.readinto() overflows output buffer if read() returns more data than requested. Here is a patch. See also related . | ||
msg190208 - (view) | Author: Roundup Robot (python-dev) ![]() |
Date: 2013-05-28 13:28 |
New changeset b864f4056b78 by Serhiy Storchaka in branch '3.3': Issue #18025: Fixed a segfault in io.BufferedIOBase.readinto() when raw http://hg.python.org/cpython/rev/b864f4056b78 New changeset ad56dff3602f by Serhiy Storchaka in branch 'default': Issue #18025: Fixed a segfault in io.BufferedIOBase.readinto() when raw http://hg.python.org/cpython/rev/ad56dff3602f |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:57:45 | admin | set | github: 62225 |
2013-05-28 13:43:33 | serhiy.storchaka | set | status: open -> closedresolution: fixedstage: patch review -> resolved |
2013-05-28 13:28:14 | python-dev | set | nosy: + python-devmessages: + |
2013-05-20 20:34:38 | serhiy.storchaka | create |