]> git.ipfire.org Git - thirdparty/glibc.git/commit
elf: Add la_activity during application exit
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Mon, 24 Jan 2022 13:46:15 +0000 (10:46 -0300)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Tue, 1 Feb 2022 17:49:46 +0000 (14:49 -0300)
commit5fa11a2bc94c912c3b25860065086902674537ba
tree224bd21e784971cb75433abdd999b91cb05dd732
parent7e0ad15c0fbfe25435c1acd0ed3e9cedfbff2488
elf: Add la_activity during application exit

la_activity is not called during application exit, even though
la_objclose is.

Checked on x86_64-linux-gnu, i686-linux-gnu, and aarch64-linux-gnu.

Reviewed-by: Carlos O'Donell <carlos@redhat.com>
Tested-by: Carlos O'Donell <carlos@redhat.com>
elf/Makefile
elf/dl-fini.c
elf/tst-audit23.c [new file with mode: 0644]
elf/tst-audit23mod.c [new file with mode: 0644]
elf/tst-auditmod23.c [new file with mode: 0644]