diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-04-23 22:06:25 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-04-23 22:06:25 +0000 |
commit | 47ae3942144cdf43f231a1f8b6b3720a427dbdeb (patch) | |
tree | 5dbe5ba4f09b38cc1448238f07a5a2167ae136f7 /ChangeLog | |
parent | b9b9a51e4911b17e75b39fd3db9f7268e233ce20 (diff) | |
download | glibc-47ae3942144cdf43f231a1f8b6b3720a427dbdeb.tar glibc-47ae3942144cdf43f231a1f8b6b3720a427dbdeb.tar.gz glibc-47ae3942144cdf43f231a1f8b6b3720a427dbdeb.tar.bz2 glibc-47ae3942144cdf43f231a1f8b6b3720a427dbdeb.zip |
Update.
* nis/ypclnt.c (yp_all): Free the dom_binding object after
unwinding it.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2003-04-23 Ulrich Drepper <drepper@redhat.com> + * nis/ypclnt.c (yp_all): Free the dom_binding object after + unwinding it. + * grp/initgroups.c (getgrouplist): Don't copy too much into the user buffer if more groups are found than fit into it. |