This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: MD5 and SHA1 crash when "updated" with strings bigger than 2**32 bytes
Type: Stage: resolved
Components: Versions: Python 2.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: jcea Nosy List: jcea, pitrou, python-dev
Priority: normal Keywords:

Created on 2012-09-10 19:20 by jcea, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (2)
msg170219 - (view) Author: Jesús Cea Avión (jcea) * (Python committer) Date: 2012-09-10 19:20
#14888 and #15908 solve the issue for "hash.new()", but "hash.update()" is failing too.
msg170222 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2012-09-10 19:39
New changeset 4d36e56b56d9 by Jesus Cea in branch '2.7':
Closes #15910: MD5 and SHA1 crash when "updated" with strings bigger than 2**32 bytes
http://hg.python.org/cpython/rev/4d36e56b56d9
History
Date User Action Args
2022-04-11 14:57:35adminsetgithub: 60114
2012-09-10 19:39:26python-devsetstatus: open -> closed

nosy: + python-dev
messages: + msg170222

resolution: fixed
stage: resolved
2012-09-10 19:20:56jceacreate