https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7221
Jeff Morriss <jeff.morriss.ws@xxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jeff.morriss.ws@xxxxxxxxx
--- Comment #3 from Jeff Morriss <jeff.morriss.ws@xxxxxxxxx> 2012-05-02 14:28:47 PDT ---
It seems the fact that G_MEM_ALIGN is not necessarily adequate was discussed
long ago:
http://mail.gnome.org/archives/gtk-devel-list/2004-December/msg00091.html
but unfortunately it seems nothing came of that.
I'd tend to agree with the suggestion in there: use a better alignment (only)
when necessary (when compiling 32-bit on a CPU that requires 64-bit alignment
for some things). (If we're compiling 64-bit then G_MEM_ALIGN is set to 8
anyway.)
Note to self: it's not just SPARC that would require such alignment.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.