diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-11-23 02:36:37 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-11-23 02:36:37 +0000 |
commit | 8588312396635a2c5f13bd235217597456e0e4d2 (patch) | |
tree | c171a33ab586c95c6414ddd4d2fe891ffc926bf0 /ChangeLog | |
parent | 3a632674508a4c934c75e4f6052ed37f1bba07bc (diff) | |
download | glibc-8588312396635a2c5f13bd235217597456e0e4d2.zip glibc-8588312396635a2c5f13bd235217597456e0e4d2.tar.gz glibc-8588312396635a2c5f13bd235217597456e0e4d2.tar.bz2 |
[BZ #5378]
* nis/nss_compat/compat-initgroups.c (getgrent_next_nss): Don't
use result of nss_getgrgid_r if nothing was found. For other
error return with a failure.
Partially based on a patch by Petr Baudis <pasky@suse.cz>.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2007-11-22 Ulrich Drepper <drepper@redhat.com> + [BZ #5378] + * nis/nss_compat/compat-initgroups.c (getgrent_next_nss): Don't + use result of nss_getgrgid_r if nothing was found. For other + error return with a failure. + Partially based on a patch by Petr Baudis <pasky@suse.cz>. + * locale/programs/ld-collate.c (collate_read): Fix loop to match macro name. |