]> sourceware.org Git - glibc.git/commit
Revert "Linux: Consolidate auxiliary vector parsing"
authorFlorian Weimer <fweimer@redhat.com>
Fri, 11 Feb 2022 15:01:19 +0000 (16:01 +0100)
committerFlorian Weimer <fweimer@redhat.com>
Fri, 11 Feb 2022 16:10:59 +0000 (17:10 +0100)
commitd96d2995c1121d3310102afda2deb1f35761b5e6
treee685f4927e3aa429d3a98abcdb1f9fd7c577a2d1
parent02561bb48a26429a238cbd6afbe5998dabcc4546
Revert "Linux: Consolidate auxiliary vector parsing"

This reverts commit 8c8510ab2790039e58995ef3a22309582413d3ff.  The
revert is not perfect because the commit included a bug fix for
_dl_sysdep_start with an empty argv, introduced in commit
2d47fa68628e831a692cba8fc9050cef435afc5e ("Linux: Remove
DL_FIND_ARG_COMPONENTS"), and this bug fix is kept.

The revert is necessary because the reverted commit introduced an
early memset call on aarch64, which leads to crash due to lack of TCB
initialization.
elf/dl-support.c
sysdeps/unix/sysv/linux/alpha/dl-auxv.h
sysdeps/unix/sysv/linux/dl-parse_auxv.h [deleted file]
sysdeps/unix/sysv/linux/dl-sysdep.c
sysdeps/unix/sysv/linux/powerpc/dl-auxv.h
sysdeps/unix/sysv/linux/powerpc/dl-support.c [deleted file]
This page took 0.08188 seconds and 5 git commands to generate.