savannah-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Savannah-hackers] [support #102988] fix for sparc32/sparc64 bus error


From: anonymous
Subject: [Savannah-hackers] [support #102988] fix for sparc32/sparc64 bus error
Date: Thu, 08 Apr 2004 23:03:45 -0400
User-agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) Opera 7.23 [en]

This mail is an automated notification from the support tracker
 of the project: Savannah Administration.




/**************************************************************************/
[support #102988] Full Item Snapshot:

URL: <http://savannah.gnu.org/support/?func=detailitem&item_id=102988>
Project: Savannah Administration
Submitted by: 0
On: Thu 04/08/04 at 23:03

Category:  None
Priority:  5 - Normal
Severity:  1 - None
Resolution:  None
Assigned to:  None
Originator Email:  address@hidden
Status:  Open


Summary:  fix for sparc32/sparc64 bus error

Original Submission:  file: src/utils/lib/tiger.c
function tiger_hash(....)
old code:
  static_tiger(tiger_buffer, len + 1, (word64*)digest);
new code:
  static_tiger(tiger_buffer, len + sizeof(word64), (word64*)digest);

Thanks,
Dima











For detailed info, follow this link:
<http://savannah.gnu.org/support/?func=detailitem&item_id=102988>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/







reply via email to

[Prev in Thread] Current Thread [Next in Thread]