]> git.ipfire.org Git - thirdparty/glibc.git/commit
elf: Reorder audit events in dlcose to match _dl_fini (bug 32066)
authorFlorian Weimer <fweimer@redhat.com>
Tue, 3 Sep 2024 15:57:46 +0000 (17:57 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Fri, 20 Dec 2024 15:17:10 +0000 (16:17 +0100)
commit495b96e064da605630a23092d1e484ade4bdc093
treebf3a844874fb7bb322b71ab1b478ddbea0cd23ba
parentc4b160744cb39eca20dc36b39c7fa6e10352706c
elf: Reorder audit events in dlcose to match _dl_fini (bug 32066)

This was discovered after extending elf/tst-audit23 to cover
dlclose of the dlmopen namespace.

Auditors already experience the new order during process
shutdown (_dl_fini), so no LAV_CURRENT bump or backwards
compatibility code seems necessary.

Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
elf/dl-close.c
elf/tst-audit23.c