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 <rep...@bugs.python.org>
<http://bugs.python.org/issue18025>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to