diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-04-23 21:27:36 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-04-23 21:27:36 +0000 |
commit | b9b9a51e4911b17e75b39fd3db9f7268e233ce20 (patch) | |
tree | 95c02630a80ee0b0c094bdde7594401d350cf58e /ChangeLog | |
parent | 370b4d44dc9f8c29f842d1799cc096825bcc1ed7 (diff) | |
download | glibc-b9b9a51e4911b17e75b39fd3db9f7268e233ce20.tar.gz |
Update.
2003-04-23 Ulrich Drepper <drepper@redhat.com>
* grp/initgroups.c (getgrouplist): Don't copy too much into the
user buffer if more groups are found than fit into it.
* nis/nss_nis/nis-initgroups.c (_nss_nis_initgroups_dyn): Use
extend_alloca.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2003-04-23 Ulrich Drepper <drepper@redhat.com> + + * grp/initgroups.c (getgrouplist): Don't copy too much into the + user buffer if more groups are found than fit into it. + + * nis/nss_nis/nis-initgroups.c (_nss_nis_initgroups_dyn): Use + extend_alloca. + 2003-04-23 Jakub Jelinek <jakub@redhat.com> * sysdeps/posix/getaddrinfo.c (gaih_inet): Check for rc == ERANGE, |