]> git.ipfire.org Git - thirdparty/glibc.git/commit - elf/tst-auditmanymod6.c
Properly initialize audit cookie for the dynamic loader [BZ #25157]
authorFlorian Weimer <fweimer@redhat.com>
Sat, 2 Nov 2019 20:55:35 +0000 (21:55 +0100)
committerFlorian Weimer <fweimer@redhat.com>
Fri, 15 Nov 2019 12:03:32 +0000 (13:03 +0100)
commitc7bf5ceab6ec776ac7350d3b0190776bf532ac54
tree0a55d917ee9439e22eb1242fb1b13f935e2b45e3
parentc9bf28d625ad1533935d40ae94b15453d0c98508
Properly initialize audit cookie for the dynamic loader [BZ #25157]

The l_audit array is indexed by audit module, not audit function.

Change-Id: I180eb3573dc1c57433750f5d8cb18271460ba5f2
13 files changed:
elf/Makefile
elf/rtld.c
elf/tst-auditmany.c [new file with mode: 0644]
elf/tst-auditmanymod.h [new file with mode: 0644]
elf/tst-auditmanymod1.c [new file with mode: 0644]
elf/tst-auditmanymod2.c [new file with mode: 0644]
elf/tst-auditmanymod3.c [new file with mode: 0644]
elf/tst-auditmanymod4.c [new file with mode: 0644]
elf/tst-auditmanymod5.c [new file with mode: 0644]
elf/tst-auditmanymod6.c [new file with mode: 0644]
elf/tst-auditmanymod7.c [new file with mode: 0644]
elf/tst-auditmanymod8.c [new file with mode: 0644]
elf/tst-auditmanymod9.c [new file with mode: 0644]