glibc/csu
Carlos O'Donell c61b4d41c9 BZ #15754: CVE-2013-4788
The pointer guard used for pointer mangling was not initialized for
static applications resulting in the security feature being disabled.
The pointer guard is now correctly initialized to a random value for
static applications. Existing static applications need to be
recompiled to take advantage of the fix.

The test tst-ptrguard1-static and tst-ptrguard1 add regression
coverage to ensure the pointer guards are sufficiently random
and initialized to a default value.
2013-09-23 00:52:09 -04:00
..
abi-note.S Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
check_fds.c Fix typos. 2013-08-21 19:48:48 +02:00
dso_handle.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
elf-init.c Add sysdeps/init_array to produce empty crt[in].o and use .preinit_array for gcrt1.o 2013-03-12 12:50:13 -07:00
errno-loc.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
errno.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
gmon-start.c Add sysdeps/init_array to produce empty crt[in].o and use .preinit_array for gcrt1.o 2013-03-12 12:50:13 -07:00
init-first.c Fix static-binary lazy FPU context allocation 2013-09-09 22:36:57 +01:00
init.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
libc-start.c BZ #15754: CVE-2013-4788 2013-09-23 00:52:09 -04:00
libc-tls.c Make _dl_phdr pointer to const. 2013-03-28 15:39:32 -07:00
Makefile Remove bounded-pointers build system support. 2013-02-15 15:07:54 +00:00
start.c More fallout from supporting only ELF 2012-01-08 00:45:01 -05:00
sysdep.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
tst-atomic-long.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
tst-atomic.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
tst-empty.c 2003-04-11 Roland McGrath <roland@redhat.com> 2003-04-12 00:16:59 +00:00
version.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
Versions Cleanup of configuration options 2011-09-10 14:34:15 -04:00