diff options
author | Andreas Schwab <schwab@redhat.com> | 2010-09-15 07:20:57 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2010-09-15 07:20:57 -0700 |
commit | bc5fb0374c3ce6eca92f44d13a55b066e707c4a0 (patch) | |
tree | ee07a8ffc9fbd9b51873dbd01da87da7b78a1b70 /ChangeLog | |
parent | e66e7419a6f58200eec6941b14e2dcff9875cc6c (diff) | |
download | glibc-bc5fb0374c3ce6eca92f44d13a55b066e707c4a0.tar glibc-bc5fb0374c3ce6eca92f44d13a55b066e707c4a0.tar.gz glibc-bc5fb0374c3ce6eca92f44d13a55b066e707c4a0.tar.bz2 glibc-bc5fb0374c3ce6eca92f44d13a55b066e707c4a0.zip |
Don't try to free rpath strings allocated during startup
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2010-09-13 Andreas Schwab <schwab@redhat.com> + Ulrich Drepper <drepper@redhat.com> + + * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before + re-relocationg ld.so. + * elf/dl-support.c (_dl_non_dynamic_init): And here after the + _dl_init_paths call. + * elf/dl-load.c (_dl_init_paths). Don't set GLRO(dl_init_all_dirs) + here anymore. + 2010-09-14 Ulrich Drepper <drepper@redhat.com> * resolv/res_init.c (__res_vinit): Count the default server we added. |