]> sourceware.org Git - glibc.git/commit
Properly initialize audit cookie for the dynamic loader [BZ #25157] fw/bug25157
authorFlorian Weimer <fweimer@redhat.com>
Sat, 2 Nov 2019 20:40:26 +0000 (21:40 +0100)
committerFlorian Weimer <fweimer@redhat.com>
Sat, 2 Nov 2019 20:40:26 +0000 (21:40 +0100)
commit6a47bd92bf87136b6b7530edd4e7dc88a42ac6ed
tree1ed35ce6435b77a45c03b14db6141f0c2d981cc1
parent42893aa38fd6041d349ea0427c4d5ccbacd9a2be
Properly initialize audit cookie for the dynamic loader [BZ #25157]

The l_audit array is indexed by audit module, not audit function.
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]
This page took 0.046064 seconds and 5 git commands to generate.