]> granicus.if.org Git - python/commit
Issue #8650: zlib.compress() and zlib.decompress() raise an OverflowError if
authorVictor Stinner <victor.stinner@haypocalc.com>
Tue, 4 Jan 2011 02:07:36 +0000 (02:07 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Tue, 4 Jan 2011 02:07:36 +0000 (02:07 +0000)
commit8848c7a37f929b471267bd893f91c3b818fafce0
tree97223d6efa9969ed747b756a5c6c5288fbb7892b
parentb3c9e073fc7b93529ceb0af520d148385e6f63f7
Issue #8650: zlib.compress() and zlib.decompress() raise an OverflowError if
the input buffer length doesn't fit into an unsigned int (length bigger than
2^32-1 bytes).
Lib/test/test_zlib.py
Misc/NEWS
Modules/zlibmodule.c