]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #23728: binascii.crc_hqx() could return an integer outside of the range
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 20 Apr 2015 06:31:51 +0000 (09:31 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 20 Apr 2015 06:31:51 +0000 (09:31 +0300)
commite3037e114509913874a28746f5e05780919e909a
treedead0e6507d6c83d63d90750380b17c7fb566f5d
parentc74bb9d35060717eb8b658b89500ee18855c1080
parent2ef7c478444f453a04ae63ecc3d3de07915ad2b0
Issue #23728: binascii.crc_hqx() could return an integer outside of the range
0-0xffff for empty data.
Lib/test/test_binascii.py
Misc/NEWS
Modules/binascii.c
Modules/clinic/binascii.c.h