From 92d6aa8528f2ddab2361bc160a96b9cd3c497a11 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Wed, 27 Jun 2018 17:55:55 +0200 Subject: _dl_map_object_deps: Use struct scratch_buffer [BZ #18023] The function comment suggests that _dl_map_object_deps cannot use malloc, but it already allocates the l_initfini array on the heap, so the additional allocation should be acceptable. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b14f1cd29d..1a2a7f8c62 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2018-06-27 Florian Weimer + + [BZ #18023] + * elf/dl-deps.c (_dl_map_object_deps): Use struct + scratch_buffer instead of extend_alloca. + 2018-06-27 Florian Weimer [BZ #18023] -- cgit 1.4.1