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:
committed by
Ulrich Drepper
parent
e66e7419a6
commit
bc5fb0374c
@ -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';
|
||||
|
Reference in New Issue
Block a user