Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MD5 and SHA1 crash when "updated" with strings bigger than 2**32 bytes #60114

Closed
jcea opened this issue Sep 10, 2012 · 2 comments
Closed

MD5 and SHA1 crash when "updated" with strings bigger than 2**32 bytes #60114

jcea opened this issue Sep 10, 2012 · 2 comments
Assignees

Comments

@jcea
Copy link
Member

jcea commented Sep 10, 2012

BPO 15910
Nosy @jcea, @pitrou

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = 'https://github.com/jcea'
closed_at = <Date 2012-09-10.19:39:26.132>
created_at = <Date 2012-09-10.19:20:56.395>
labels = []
title = 'MD5 and SHA1 crash when "updated" with strings bigger than 2**32 bytes'
updated_at = <Date 2012-09-10.19:39:26.130>
user = 'https://github.com/jcea'

bugs.python.org fields:

activity = <Date 2012-09-10.19:39:26.130>
actor = 'python-dev'
assignee = 'jcea'
closed = True
closed_date = <Date 2012-09-10.19:39:26.132>
closer = 'python-dev'
components = []
creation = <Date 2012-09-10.19:20:56.395>
creator = 'jcea'
dependencies = []
files = []
hgrepos = []
issue_num = 15910
keywords = []
message_count = 2.0
messages = ['170219', '170222']
nosy_count = 3.0
nosy_names = ['jcea', 'pitrou', 'python-dev']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = 'resolved'
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue15910'
versions = ['Python 2.7']

@jcea
Copy link
Member Author

jcea commented Sep 10, 2012

bpo-14888 and bpo-15908 solve the issue for "hash.new()", but "hash.update()" is failing too.

@jcea jcea self-assigned this Sep 10, 2012
@python-dev
Copy link
Mannequin

python-dev mannequin commented Sep 10, 2012

New changeset 4d36e56b56d9 by Jesus Cea in branch '2.7':
Closes bpo-15910: MD5 and SHA1 crash when "updated" with strings bigger than 2**32 bytes
http://hg.python.org/cpython/rev/4d36e56b56d9

@python-dev python-dev mannequin closed this as completed Sep 10, 2012
@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant