about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2018-06-25 19:14:09 +0200
committerFlorian Weimer <fweimer@redhat.com>2018-06-25 19:14:09 +0200
commita26fe1638bf2fea58ddd44cc771896ad0c36de8c (patch)
treecc947fb15378360456680d2bde0937d2f94320a0 /ChangeLog
parent90d9d9ce2fbeef0f24a957efa83f5a78367a84d4 (diff)
downloadglibc-a26fe1638bf2fea58ddd44cc771896ad0c36de8c.tar.gz
glibc-a26fe1638bf2fea58ddd44cc771896ad0c36de8c.tar.xz
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--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6241a6369a..a2fc4b793f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.