diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-11-24 11:17:06 -0800 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-11-24 11:17:06 -0800 |
commit | 1c3c269b55c84c29ec1e2c70f122c5e33fef4257 (patch) | |
tree | 9f6280c1e3f3a523e40f90f6ff4f8c5c11a995ad /ChangeLog | |
parent | ee5a5ba6725ee949483f043cd0cf2a1579b6b509 (diff) |
Fix startup to security-relevant statically linked binaries.
Before the change they crash on startup. Perform IREL relocations
earlier to prevent this.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2009-11-24 Ulrich Drepper <drepper@redhat.com> + + * csu/elf-init.c (__libc_csu_irel): New function. Code to perform + irel relocations split out from... + (__libc_csu_init): ...here. + * csu/libc-start.c [!SHARED]: Call __libc_csu_irel early. + 2009-11-23 Andreas Schwab <schwab@redhat.com> * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Use struct timespec |