diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-08-19 21:03:12 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-08-19 21:03:12 +0000 |
commit | 8583671dd4d0fb367f41963739c814838a2025e3 (patch) | |
tree | 5415a750df326c7eb5f5aaf64c0ed555fb76b739 /ChangeLog | |
parent | 10b71c3d31c7a4fe437fdda6b5730479414e935a (diff) | |
download | glibc-8583671dd4d0fb367f41963739c814838a2025e3.tar glibc-8583671dd4d0fb367f41963739c814838a2025e3.tar.gz glibc-8583671dd4d0fb367f41963739c814838a2025e3.tar.bz2 glibc-8583671dd4d0fb367f41963739c814838a2025e3.zip |
Update.
2004-08-19 Ulrich Drepper <drepper@redhat.com>
* nis/nss_compat/compat-initgroups.c (getgrent_next_nss):
Initialize mysize with limits only if latter is >= 0. Use mysize
in malloc call.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2004-08-19 Ulrich Drepper <drepper@redhat.com> + + * nis/nss_compat/compat-initgroups.c (getgrent_next_nss): + Initialize mysize with limits only if latter is >= 0. Use mysize + in malloc call. + 2004-08-19 Jakub Jelinek <jakub@redhat.com> * sysdeps/posix/getaddrinfo.c (gaih_inet): Cast canon to (char *) |