commit | 594e54c765c5d53b14547f30ee59018514d44698 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Fri Sep 04 01:08:03 2015 +0300 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Fri Sep 04 01:08:03 2015 +0300 |
tree | aa220989054a4aa1f31a7fd5b17f7e7884eb135f | |
parent | 5b6917e60d2ffc0a87a6a17c234ba143a480dd82 [diff] |
Issue #24989: Fixed buffer overread in BytesIO.readline() if a position is set beyond size. Based on patch by John Leitch.