diff options
author | Florian Weimer <fweimer@redhat.com> | 2018-06-25 19:14:09 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2018-06-25 19:14:09 +0200 |
commit | a26fe1638bf2fea58ddd44cc771896ad0c36de8c (patch) | |
tree | cc947fb15378360456680d2bde0937d2f94320a0 /ChangeLog | |
parent | 90d9d9ce2fbeef0f24a957efa83f5a78367a84d4 (diff) | |
download | glibc-a26fe1638bf2fea58ddd44cc771896ad0c36de8c.tar glibc-a26fe1638bf2fea58ddd44cc771896ad0c36de8c.tar.gz glibc-a26fe1638bf2fea58ddd44cc771896ad0c36de8c.tar.bz2 glibc-a26fe1638bf2fea58ddd44cc771896ad0c36de8c.zip |
_nss_nis_initgroups_dyn: Use struct scratch_buffer [BZ #18023]
Remove extend_alloca usage. Also adjusts the internal function get_uid.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,6 +1,12 @@ 2018-06-25 Florian Weimer <fweimer@redhat.com> [BZ #18023] + * nis/nss_nis/nis-initgroups.c (get_uid, _nss_nis_initgroups_dyn): + Use struct scratch_buffer instead of extend_alloca. + +2018-06-25 Florian Weimer <fweimer@redhat.com> + + [BZ #18023] * nss/nss_compat/compat-initgroups.c (getgrent_next_nss): Fall back to malloc directly, without stack allocations. |