Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 151550 Details for
Bug 235012
PATCH: fix python-daap segfaults on x86_64
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
PATCH fixing 64 bit segfault / stacksmash abort
python-daap-0.7-64bit.patch (text/plain), 650 bytes, created by
Hans de Goede
on 2007-04-03 10:45:09 UTC
(
hide
)
Description:
PATCH fixing 64 bit segfault / stacksmash abort
Filename:
MIME Type:
Creator:
Hans de Goede
Created:
2007-04-03 10:45:09 UTC
Size:
650 bytes
patch
obsolete
>--- PythonDaap-0.7/md5.h~ 2007-04-03 12:52:45.000000000 +0200 >+++ PythonDaap-0.7/md5.h 2007-04-03 12:52:45.000000000 +0200 >@@ -18,18 +18,15 @@ > > #define HIGHFIRST > >-#ifdef __i386__ >+#if defined __i386__ || defined __x86_64__ > #undef HIGHFIRST > #endif > >-/* On machines where "long" is 64 bits, we need to declare >+/* Always define uint32 as "int", as "int" is 32 bits everywhere were as >+ on 64 bits machines "long" is 64 bits, we need to declare > uint32 as something guaranteed to be 32 bits. */ > >-#ifdef __alpha > typedef unsigned int uint32; >-#else >-typedef unsigned long uint32; >-#endif > > struct MD5Context { > uint32 buf[4];
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 235012
: 151550