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: Elfyn McBratney
Subject: [Savannah-hackers] [support #102988] fix for sparc32/sparc64 bus error
Date: Thu, 08 Apr 2004 23:37:57 -0400
User-agent: Mozilla/5.0 (compatible; Konqueror/3.2; Linux; X11; i686; en_GB) (KHTML, like Gecko)

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

/**************************************************************************/
[support #102988] Latest Modifications:

Changes by: 
                Elfyn McBratney <address@hidden>
'Date: 
                Fri 04/09/04 at 03:37 (GMT)

            What     | Removed                   | Added
---------------------------------------------------------------------------
              Status | Open                      | Closed


------------------ Additional Follow-up Comments ----------------------------
This is the support for Savannah administration.
Please address this request to the appropriate project tracker or
mailing-list.







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

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

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


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

Follow-up Comments
------------------


-------------------------------------------------------
Date: Fri 04/09/04 at 03:37         By: beu
This is the support for Savannah administration.
Please address this request to the appropriate project tracker or
mailing-list.













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]