glibc/sysdeps
Ulrich Drepper d7bd7a8ae8 Secure AVX changes for auditing code.
The original AVX patch used a function pointer to handle the difference
between machines with and without AVX support.  This is insecure.  A
well-placed memory exploit could lead to redirection of the execution.
Using a variable and several tests is a bit slower but cannot be
exploited in this way.
2009-07-15 17:41:36 -07:00
..
generic Implement STB_GNU_UNIQUE handling. 2009-07-09 23:52:22 -07:00
gnu [BZ #5628] 2008-01-16 23:49:43 +00:00
i386 Add SSE4.2 support for strcspn, strpbrk, and strspn on x86-64. 2009-07-03 02:48:56 -07:00
ia64 Handle -g option for IA-64 assembler. 2009-05-21 18:54:05 -07:00
ieee754 Fix errno for boundary conditions in 128-bit long double. 2009-05-29 12:00:22 -07:00
mach remove subsumed .gitignore entries and files 2009-05-16 10:41:40 +02:00
posix Preserve message printed before abort. 2009-06-15 16:17:09 -07:00
powerpc Fix wrong PPC_FEATURE_* values. 2009-07-05 23:46:03 -07:00
pthread * sysdeps/pthread/aio_misc.c (handle_fildes_io): Avoid unnecessary 2007-11-10 19:40:16 +00:00
s390 Implement longjmp checking for s390. 2009-05-29 11:58:04 -07:00
sh Add ____longjmp_chk for SH. 2009-05-18 15:44:09 -07:00
sparc * sysdeps/powerpc/powerpc32/elf/start.S: Ensure .data is non-empty. 2009-04-14 20:57:18 +00:00
unix Fix comment in Linux's <sys/epoll.h>. 2009-07-10 06:14:25 -07:00
wordsize-32
wordsize-64 [BZ #9759] 2009-03-15 21:33:19 +00:00
x86_64 Secure AVX changes for auditing code. 2009-07-15 17:41:36 -07:00