[issue14888] _md5 module crashes on large data

Jesús Cea Avión report at bugs.python.org
Wed May 23 17:47:10 CEST 2012


Jesús Cea Avión <jcea at jcea.es> added the comment:

I can't reproduce this issue in my 64 bit machines, neither in Solaris neither in Ubuntu. I guess the assertion can be fooled by compiler optimizacions.

As a consequence, I can't check other hashes functions.

Antoine, can you reproduce it doing "md5.new("A"*(2**32+5)).hexdigest()"?. That is what test HUGE does.

----------

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


More information about the Python-bugs-list mailing list