summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2005-02-07 23:52:23 +0000
committerUlrich Drepper <drepper@redhat.com>2005-02-07 23:52:23 +0000
commitecc1d0c301d97bdd540ff8d414a2eb4dcae51ea0 (patch)
tree25bf997247ab51a685f81445eca219026f7877bd /ChangeLog
parent16cc1800298a4369111b7cba2c755dab3c969a98 (diff)
* elf/dl-load.c (open_path): If rtld_search_dirs is in RELRO segment,
avoid writing to it if none of the standard search directories exist.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 72b7a36ab9..14bb890be7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-01-07 Jakub Jelinek <jakub@redhat.com>
+
+ * elf/dl-load.c (open_path): If rtld_search_dirs is in RELRO segment,
+ avoid writing to it if none of the standard search directories exist.
+
2005-02-07 Steven Munroe <sjmunroe@us.ibm.com>
[BZ #700]