This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug other/53413] New: md5_process_block() produces incorrect result with large block sizes
- From: "belyshev at depni dot sinp.msu.ru" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 18 May 2012 20:53:16 +0000
- Subject: [Bug other/53413] New: md5_process_block() produces incorrect result with large block sizes
- Auto-submitted: auto-generated
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53413
Bug #: 53413
Summary: md5_process_block() produces incorrect result with
large block sizes
Classification: Unclassified
Product: gcc
Version: 4.7.0
URL: http://sourceware.org/bugzilla/show_bug.cgi?id=14090
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: other
AssignedTo: unassigned@gcc.gnu.org
ReportedBy: belyshev@depni.sinp.msu.ru
libiberty/md5.c contains [buggy] code copied from glibc, so please take a look
at http://sourceware.org/bugzilla/show_bug.cgi?id=14090 for the description of
the bug and proposed patch.