]> git.ipfire.org Git - thirdparty/glibc.git/commit - elf/Makefile
elf: Fix audit regression
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Wed, 30 Jun 2021 03:21:18 +0000 (00:21 -0300)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Fri, 30 Jul 2021 19:01:44 +0000 (16:01 -0300)
commit3908fa933a4354309225af616d9242f595e11ccf
treec5762614dfb75db96afc0e614c8bfa8f1cd23070
parentc37fc3ebf0607ce1953c565ffe56d56555eeb25e
elf: Fix audit regression

Commit 03e187a41d9 added a regression when an audit module does not have
libc as DT_NEEDED (although unusual it is possible).

Checked on x86_64-linux-gnu.
elf/Makefile
elf/dl-open.c
elf/tst-audit17.c [new file with mode: 0644]
elf/tst-auditmod17.c [new file with mode: 0644]