From: Serhiy Storchaka Date: Thu, 3 Sep 2015 22:08:54 +0000 (+0300) Subject: Issue #24989: Fixed buffer overread in BytesIO.readline() if a position is X-Git-Tag: v3.6.0a1~1680 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fb397790d25c42332e4cfacc01ccb8ab20e3e664;p=thirdparty%2FPython%2Fcpython.git Issue #24989: Fixed buffer overread in BytesIO.readline() if a position is set beyond size. Based on patch by John Leitch. --- fb397790d25c42332e4cfacc01ccb8ab20e3e664