about summary refs log tree commit diff
path: root/elf/tst-audit18mod.c
diff options
context:
space:
mode:
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>2021-11-11 09:28:21 -0300
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2021-11-18 17:17:58 -0300
commited3ce71f5c64c5f07cbde0ef03554ea8950d8f2c (patch)
tree0510cc6754006d88cb384c37a8834509954e9074 /elf/tst-audit18mod.c
parentbdeb7a8fa9989d18dab6310753d04d908125dc1d (diff)
downloadglibc-ed3ce71f5c64c5f07cbde0ef03554ea8950d8f2c.tar.gz
glibc-ed3ce71f5c64c5f07cbde0ef03554ea8950d8f2c.tar.xz
glibc-ed3ce71f5c64c5f07cbde0ef03554ea8950d8f2c.zip
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>
Diffstat (limited to 'elf/tst-audit18mod.c')
-rw-r--r--elf/tst-audit18mod.c23
1 files changed, 23 insertions, 0 deletions
diff --git a/elf/tst-audit18mod.c b/elf/tst-audit18mod.c
new file mode 100644
index 0000000000..096a9167c9
--- /dev/null
+++ b/elf/tst-audit18mod.c
@@ -0,0 +1,23 @@
+/* Check DT_AUDIT with dlmopen.
+   Copyright (C) 2021 Free Software Foundation, Inc.
+   This file is part of the GNU C Library.
+
+   The GNU C Library is free software; you can redistribute it and/or
+   modify it under the terms of the GNU Lesser General Public
+   License as published by the Free Software Foundation; either
+   version 2.1 of the License, or (at your option) any later version.
+
+   The GNU C Library is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+   Lesser General Public License for more details.
+
+   You should have received a copy of the GNU Lesser General Public
+   License along with the GNU C Library; if not, see
+   <https://www.gnu.org/licenses/>.  */
+
+int
+foo (void)
+{
+  return 10;
+}