GNOME Bugzilla – Bug 148289
mad plugin crashes on Sun
Last modified: 2004-12-22 21:47:04 UTC
The mad plugin accesses unaligned memory on Sparc which makes it crash. Macro BE_32() is defined as: GINT32_FROM_BE(*(gint*)(x)) By casting x to gint, the program crashes.
Created attachment 29836 [details] [review] Proposed fix
applied, thx. THough we still prefer patches in diff -u format :)