summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2018-06-25 19:29:11 +0200
committerFlorian Weimer <fweimer@redhat.com>2018-06-25 19:48:01 +0200
commit43b1048ab9418e902aac8c834a7a9a88c501620a (patch)
tree3b3882da81f2600290828e12ae307dddf8cba12b /ChangeLog
parent1599ed4e959e6e5b319d82389667f51d01d53da0 (diff)
downloadglibc-43b1048ab9418e902aac8c834a7a9a88c501620a.tar.gz
nss_files: Use struct scratch_buffer instead of extend_alloca [BZ #18023]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b015935195..f8d28b496e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,12 @@
2018-06-25 Florian Weimer <fweimer@redhat.com>
[BZ #18023]
+ * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
+ Use struct scratch_buffer instead of extend_alloca.
+
+2018-06-25 Florian Weimer <fweimer@redhat.com>
+
+ [BZ #18023]
* nss/getent.c (initgroups_keys): Use dynarray instead of
extend_alloca.