This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/14461] __m128i_strloadu_tolower returns unaligned __m128i


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]