aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@redhat.com>2011-02-20 07:24:56 -0500
committerRyan S. Arnold <rsa@us.ibm.com>2011-05-03 17:11:39 -0500
commit57c8c3969204c998ee8dc3bb172bc6423646b209 (patch)
tree4d670ffb8ab1005bb39c01c05421d182dc55f084
parent7933fbca75326867926b70da3ab5f3286691699f (diff)
downloadglibc-57c8c3969204c998ee8dc3bb172bc6423646b209.zip
glibc-57c8c3969204c998ee8dc3bb172bc6423646b209.tar.gz
glibc-57c8c3969204c998ee8dc3bb172bc6423646b209.tar.bz2
Move setting variable in relro data earlier in ld.so.
(cherry picked from commit e23fe25b33324a9ea992276c1a4f04127bf9ba4b)
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a9a37e8..bf85164 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2010-09-28 Andreas Schwab <schwab@redhat.com>
+ Ulrich Drepper <drepper@gmail.com>
+
+ [BZ #12489]
+ * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
+ before performing relro protection. At old place add assertion
+ to make sure nothing changed.
+
2011-04-08 Andreas Schwab <schwab@linux-m68k.org>
* sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c: