[issue10276] zlib crc32/adler32 buffer length truncation (64-bit)

Nadeem Vawda report at bugs.python.org
Tue May 3 23:17:36 CEST 2011


Nadeem Vawda <nadeem.vawda at gmail.com> added the comment:

Changeset a0681e7a6ded fixes this bug for 2.7 - too-large buffers cause
an OverflowError during argument parsing, so there is no possibility of
truncation happening.

----------
status: open -> closed

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


More information about the Python-bugs-list mailing list