This is the mail archive of the libc-alpha@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]

Re: Potential issue with strstr on x86 with sse4.2 in glibc-2.18


I've had a look and it appears that __strstr_sse42 is entered from fglrx's
libGL.so.1 with misaligned stack (not divisible by 16), so spilling an SSE
register to stack fails.  Shouldn't glibc realign stack for SSE-accelerated
functions on x86?

Hope that helps,
Alexander


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