diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-11-27 17:14:28 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-11-27 17:14:28 +0000 |
commit | fec53fc57537604829821e4665ebf4971269365e (patch) | |
tree | b8dc54c07ebd37257d805e7ab3573a00b46ade32 /ChangeLog | |
parent | 9d55da2be7d886a68fdc42393134414b6ccd6bce (diff) | |
download | glibc-fec53fc57537604829821e4665ebf4971269365e.tar.gz glibc-fec53fc57537604829821e4665ebf4971269365e.tar.xz glibc-fec53fc57537604829821e4665ebf4971269365e.zip |
* sysdeps/posix/euidaccess.c [_LIBC] (euidaccess): Don't cache
euid and egid.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 9128d7b8e1..e9d9a1b2de 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2005-11-27 Ulrich Drepper <drepper@redhat.com> + * sysdeps/posix/euidaccess.c [_LIBC] (euidaccess): Don't cache + euid and egid. + * nis/nis_table.c (nis_list): Add more free calls in error cases. 2005-11-26 Richard Henderson <rth@redhat.com> |