[issue4844] ZipFile doesn't range check in _EndRecData()

Serhiy Storchaka report at bugs.python.org
Sat Jan 26 18:01:20 CET 2013


Serhiy Storchaka added the comment:

Patch updated. Now the test use io.BytesIO() for input too. A loop limit changed from len() -2 to len().

If there are no objections I'll commit this patch next week.

----------
assignee: mcherm -> serhiy.storchaka
Added file: http://bugs.python.org/file28853/zipfile_unpack_check.patch

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


More information about the Python-bugs-list mailing list