search for: trace_loaded_object

Displaying 1 result from an estimated 1 matches for "trace_loaded_object".

Did you mean: trace_loaded_objects
2009 Dec 01
1
LD_PRELOAD temporary patch
...uot;LIBMAP"); - ld_library_path = getenv(LD_ "LIBRARY_PATH"); - ld_preload = getenv(LD_ "PRELOAD"); dangerous_ld_env = libmap_disable || (libmap_override != NULL) || (ld_library_path != NULL) || (ld_preload != NULL); ld_tracing = getenv(LD_ "TRACE_LOADED_OBJECTS"); --- 357,379 ---- * is called. If any child process calls setuid(2) we do not want any * future processes to honor the potentially un-safe variables. */ + ld_preload = getenv(LD_ "PRELOAD"); + libmap_override = getenv(LD_ "LIBMAP"); + ld...