aboutsummaryrefslogtreecommitdiff
path: root/elf/tst-audit18.c
AgeCommit message (Collapse)AuthorFilesLines
2021-11-18elf: Move la_activity (LA_ACT_ADD) after _dl_add_to_namespace_list() (BZ #28062)Adhemerval Zanella1-0/+129
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>