]> git.ipfire.org Git - thirdparty/glibc.git/commit
Linux: Include <dl-symbol-redir-ifunc.h> in dl-sysdep.c
authorFlorian Weimer <fweimer@redhat.com>
Tue, 18 Jun 2024 08:56:34 +0000 (10:56 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Tue, 18 Jun 2024 08:56:34 +0000 (10:56 +0200)
commitf6ea5d1291cf3f264514d03872ebae84e0293b69
tree5d531fd26265915a01e2d978a12dbab5d9dd33c3
parent176671f6042912200ea9733bb6cc8212e06bc85e
Linux: Include <dl-symbol-redir-ifunc.h> in dl-sysdep.c

The _dl_sysdep_parse_arguments function contains initalization
of a large on-stack variable:

  dl_parse_auxv_t auxv_values = { 0, };

This uses a non-inline version of memset on powerpc64le-linux-gnu,
so it must use the baseline memset.
sysdeps/unix/sysv/linux/dl-sysdep.c