1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

Don't try to free rpath strings allocated during startup

This commit is contained in:
Andreas Schwab
2010-09-15 07:20:57 -07:00
committed by Ulrich Drepper
parent e66e7419a6
commit bc5fb0374c
4 changed files with 17 additions and 3 deletions

View File

@ -264,6 +264,9 @@ _dl_non_dynamic_init (void)
objects. */
_dl_init_paths (getenv ("LD_LIBRARY_PATH"));
/* Remember the last search directory added at startup. */
_dl_init_all_dirs = GL(dl_all_dirs);
_dl_lazy = *(getenv ("LD_BIND_NOW") ?: "") == '\0';
_dl_bind_not = *(getenv ("LD_BIND_NOT") ?: "") != '\0';