]> 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>
Mon, 18 Aug 2025 11:12:11 +0000 (13:12 +0200)
commit4c9b1877fde6535efb8bd3ba1888d1ef82c9a663
tree3840baa61d845aacc7a770b10a99ee50e7999606
parentf407a14ff7788cb6158d91d2cd9850f218e796d3
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>
(cherry picked from commit 495b96e064da605630a23092d1e484ade4bdc093)
elf/dl-close.c
elf/tst-audit23.c