[Bug libc/14461] __m128i_strloadu_tolower returns unaligned __m128i
jakub at redhat dot com
sourceware-bugzilla@sourceware.org
Tue Aug 14 06:28:00 GMT 2012
http://sourceware.org/bugzilla/show_bug.cgi?id=14461
Jakub Jelinek <jakub at redhat dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jakub at redhat dot com
--- Comment #6 from Jakub Jelinek <jakub at redhat dot com> 2012-08-14 06:28:02 UTC ---
Whatever function in the backtrace misaligned the stack should be fixed. So,
if it is openssl, the fix needs to be done there, if it is some glibc routine,
you need to state which one. If you use -mpreferred-stack-boundary=2 or
similar on some code, you can do that only if you don't call any code built
without that option from such code.
--
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the Glibc-bugs
mailing list