]> git.ipfire.org Git - thirdparty/glibc.git/commit
elf: hidden visibility for __minimal_malloc functions
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Tue, 16 Nov 2021 18:58:16 +0000 (15:58 -0300)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Tue, 16 Nov 2021 19:03:31 +0000 (16:03 -0300)
commitd8c2e8e0439b715918ee69b70aab4d222c17e2ca
treeeb4d583d04ce7e69cc8f8d2a1255c63d71683382
parent1f67d8286b5da9266a138198ef1f15c27cbb0010
elf: hidden visibility for __minimal_malloc functions

Since b05fae4d8e34, __minimal malloc code is used during static
startup before PIE self-relocation (_dl_relocate_static_pie).
So it requires the same fix done for other objects by 47618209d05a.

Checked on aarch64, x86_64, and i686 with and without static-pie.
elf/dl-minimal-malloc.c