[New-bugs-announce] [issue18025] Buffer overflow in BufferedIOBase.readinto()

Serhiy Storchaka report at bugs.python.org
Mon May 20 22:34:38 CEST 2013


New submission from Serhiy Storchaka:

BufferedIOBase.readinto() overflows output buffer if read() returns more data than requested. Here is a patch.

See also related issue17872.

----------
assignee: serhiy.storchaka
components: Extension Modules, IO
files: bufferedio_buffer_overflow.patch
keywords: patch
messages: 189691
nosy: benjamin.peterson, pitrou, serhiy.storchaka, stutzbach
priority: normal
severity: normal
stage: patch review
status: open
title: Buffer overflow in BufferedIOBase.readinto()
type: crash
versions: Python 2.7, Python 3.3, Python 3.4
Added file: http://bugs.python.org/file30323/bufferedio_buffer_overflow.patch

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


More information about the New-bugs-announce mailing list