This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients benjamin.peterson, pitrou, serhiy.storchaka, stutzbach
Date 2013-05-20.20:34:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1369082078.59.0.190906066186.issue18025@psf.upfronthosting.co.za>
In-reply-to
Content
BufferedIOBase.readinto() overflows output buffer if read() returns more data than requested. Here is a patch.

See also related issue17872.
History
Date User Action Args
2013-05-20 20:34:38serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, benjamin.peterson, stutzbach
2013-05-20 20:34:38serhiy.storchakasetmessageid: <1369082078.59.0.190906066186.issue18025@psf.upfronthosting.co.za>
2013-05-20 20:34:38serhiy.storchakalinkissue18025 messages
2013-05-20 20:34:38serhiy.storchakacreate