]> git.ipfire.org Git - thirdparty/glibc.git/commit - elf/Makefile
elf: Move la_activity (LA_ACT_ADD) after _dl_add_to_namespace_list() (BZ #28062)
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Thu, 11 Nov 2021 12:28:21 +0000 (09:28 -0300)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Thu, 18 Nov 2021 20:17:58 +0000 (17:17 -0300)
commited3ce71f5c64c5f07cbde0ef03554ea8950d8f2c
tree0510cc6754006d88cb384c37a8834509954e9074
parentbdeb7a8fa9989d18dab6310753d04d908125dc1d
elf: Move la_activity (LA_ACT_ADD) after _dl_add_to_namespace_list() (BZ #28062)

It ensures that the the namespace is guaranteed to not be empty.

Checked on x86_64-linux-gnu.

Reviewed-by: Florian Weimer <fweimer@redhat.com>
elf/Makefile
elf/dl-load.c
elf/tst-audit18.c [new file with mode: 0644]
elf/tst-audit18mod.c [new file with mode: 0644]
elf/tst-auditmod18.c [new file with mode: 0644]