diff options
author | Jeff Law <law@redhat.com> | 2012-03-29 09:56:27 -0600 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 2012-03-29 09:56:27 -0600 |
commit | 984a42374ce2055836f580c2240306171757ea72 (patch) | |
tree | 1d6442623675711d32c962ee9bb69dbb3bd8dd69 /ChangeLog | |
parent | 88d85d4f001fac0fd7ef4e3d05ca8a7d50b0c98f (diff) | |
download | glibc-984a42374ce2055836f580c2240306171757ea72.tar glibc-984a42374ce2055836f580c2240306171757ea72.tar.gz glibc-984a42374ce2055836f580c2240306171757ea72.tar.bz2 glibc-984a42374ce2055836f580c2240306171757ea72.zip |
[BZ #13761]
* nis/nss_compat/compat-initgroups.c (getgrent_next_nss,
_nss_compat_initgroups_dyn): Fall back to malloc/free for
large group memberships.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2012-03-28 Siddhesh Poyarekar <siddhesh@redhat.com> + + [BZ #13761] + * nis/nss_compat/compat-initgroups.c (getgrent_next_nss, + _nss_compat_initgroups_dyn): Fall back to malloc/free + for large group memberships. + 2012-03-28 David S. Miller <davem@davemloft.net> * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub |