[Bug dynamic-link/32066] dlclose signals la_activity (LA_ACT_DELETE) after la_objclose calls
dilfridge at gentoo dot org
sourceware-bugzilla@sourceware.org
Fri Dec 20 22:06:21 GMT 2024
https://sourceware.org/bugzilla/show_bug.cgi?id=32066
Andreas K. Huettel <dilfridge at gentoo dot org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dilfridge at gentoo dot org
Resolution|--- |FIXED
Status|NEW |RESOLVED
Target Milestone|--- |2.41
--- Comment #5 from Andreas K. Huettel <dilfridge at gentoo dot org> ---
commit 495b96e064da605630a23092d1e484ade4bdc093
Author: Florian Weimer <fweimer@redhat.com>
AuthorDate: Tue Sep 3 17:57:46 2024 +0200
Commit: Florian Weimer <fweimer@redhat.com>
CommitDate: Fri Dec 20 16:17:10 2024 +0100
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 | 14 ++++++++------
elf/tst-audit23.c | 39 +++++++++++++++++++++++++++++----------
2 files changed, 37 insertions(+), 16 deletions(-)
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the Glibc-bugs
mailing list