diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-02-07 23:52:23 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-02-07 23:52:23 +0000 |
commit | ecc1d0c301d97bdd540ff8d414a2eb4dcae51ea0 (patch) | |
tree | 25bf997247ab51a685f81445eca219026f7877bd /ChangeLog | |
parent | 16cc1800298a4369111b7cba2c755dab3c969a98 (diff) | |
download | glibc-ecc1d0c301d97bdd540ff8d414a2eb4dcae51ea0.tar.gz glibc-ecc1d0c301d97bdd540ff8d414a2eb4dcae51ea0.tar.xz glibc-ecc1d0c301d97bdd540ff8d414a2eb4dcae51ea0.zip |
* 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-- | ChangeLog | 5 |
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] |