patchGNU ccRTP - Patches: patch #4578, Patch to support 64-bit platforms

 
 

You are not allowed to post comments on this tracker with your current authentication level.

patch #4578: Patch to support 64-bit platforms

Submitter:  Diego Elio Pettenò <flameeyes>
Submitted:  Sun 30 Oct 2005 01:02:33 AM UTC
Votes: 10
 
Category:  None Priority:  5 - Normal
Status:  Done Privacy:  Public
Assigned to:  None Open/Closed:  Open

Sun 30 Oct 2005 01:02:33 AM UTC, original submission:  

Currently in MD5 calculation ccrtp assumes that a pointer can be stored inside an uint32. Unfortunately this is not always the case, as 64-bit platforms (like alpha, amd64, ppc64 and ia64, but not limited to these) uses 64-bit pointers instead.

The attached patch uses void* instead of uint32 type to make sure that the size is right.

[The filename is -amd64 just because I'm using amd64 and I named the patch after the platform I was fixing.]

HTH,
Diego Pettenò <flameeyes@gentoo.org>

Diego Elio Pettenò <flameeyes>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attached Files
file #7455:  ccrtp-1.3.5-amd64.patch added by flameeyes (699B - text/x-diff - ccrtp-1.3.5-amd64.patch)

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 10 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

 

Follow 3 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2006-05-16 fedemp StatusNone Done
2005-12-10 zariok Carbon-Copy- Added zariok
2005-10-30 flameeyes Attached File- Added ccrtp-1.3.5-amd64.patch, #5400

Back to the top

Powered by Savane 3.13-3230.
Corresponding source code