about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2018-06-25 19:22:46 +0200
committerFlorian Weimer <fweimer@redhat.com>2018-06-25 19:47:59 +0200
commit1599ed4e959e6e5b319d82389667f51d01d53da0 (patch)
treef41415c4e8e8398ae9d41963ba2bf91823816b24 /ChangeLog
parenta26fe1638bf2fea58ddd44cc771896ad0c36de8c (diff)
downloadglibc-1599ed4e959e6e5b319d82389667f51d01d53da0.tar.gz
glibc-1599ed4e959e6e5b319d82389667f51d01d53da0.tar.xz
glibc-1599ed4e959e6e5b319d82389667f51d01d53da0.zip
getent: Use dynarray in initgroups_keys [BZ #18023]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a2fc4b793f..b015935195 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,12 @@
 2018-06-25  Florian Weimer  <fweimer@redhat.com>
 
 	[BZ #18023]
+	* nss/getent.c (initgroups_keys): Use dynarray instead of
+	extend_alloca.
+
+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.