mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-23 03:10:05 +00:00
Update.
1999-03-29 Ulrich Drepper <drepper@cygnus.com> * elf/rtld.c (process_envvars): Do not automatically prevent lazy relocation for SUID binaries. * misc/regexp.h (compile): Cast some pointers to (char *) to avoid
This commit is contained in:
parent
ef31757275
commit
57de50372c
@ -1,3 +1,8 @@
|
||||
1999-03-29 Ulrich Drepper <drepper@cygnus.com>
|
||||
|
||||
* elf/rtld.c (process_envvars): Do not automatically prevent lazy
|
||||
relocation for SUID binaries.
|
||||
|
||||
1999-03-29 Paul Eggert <eggert@twinsun.com>
|
||||
|
||||
* libio/iopopen.c (_IO_new_proc_open): Don't modify proc_file_chain
|
||||
|
@ -1396,7 +1396,7 @@ process_envvars (enum mode *modep, int *lazyp)
|
||||
if (__builtin_expect (mode, normal) == trace)
|
||||
*lazyp = _dl_verbose ? !bind_now : -1;
|
||||
else
|
||||
*lazyp = !__libc_enable_secure && !bind_now;
|
||||
*lazyp = !bind_now;
|
||||
|
||||
*modep = mode;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user