diff options
author | Roland McGrath <roland@gnu.org> | 2004-12-08 22:08:52 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2004-12-08 22:08:52 +0000 |
commit | f57a3c946af8a254679a9718c54e50c2c0057694 (patch) | |
tree | 6463e1fef01c687bf040095b244102c726f84760 /ChangeLog | |
parent | 77474ccd4646a58f96550325ac44cdb0e6a35e58 (diff) | |
download | glibc-f57a3c946af8a254679a9718c54e50c2c0057694.tar.gz glibc-f57a3c946af8a254679a9718c54e50c2c0057694.tar.xz glibc-f57a3c946af8a254679a9718c54e50c2c0057694.zip |
* elf/ldd.bash.in: When set -o pipefail is available, use that for
piping to cat; when not, don't use the pipe at all. Pipe to cat in all cases of running the executable. When direct running exits with code 5, retry running via ${RTLD}. * elf/rtld.c (process_envvars): If __libc_enable_secure and mode != normal, exit with exitcode 5.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index ea55466e6c..c96326d5f3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2004-12-08 Jakub Jelinek <jakub@redhat.com> + + * elf/ldd.bash.in: When set -o pipefail is available, use that for + piping to cat; when not, don't use the pipe at all. + Pipe to cat in all cases of running the executable. + When direct running exits with code 5, retry running via ${RTLD}. + * elf/rtld.c (process_envvars): If __libc_enable_secure and + mode != normal, exit with exitcode 5. + 2004-12-07 Jakub Jelinek <jakub@redhat.com> * sysdeps/posix/sysconf.c (__sysconf_check_spec): Only define |