]> sourceware.org Git - glibc.git/commit
elf: Do not signal LA_ACT_CONSISTENT for an empty namespace [BZ #26076]
authorFlorian Weimer <fweimer@redhat.com>
Tue, 7 Jul 2020 07:58:45 +0000 (09:58 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Tue, 7 Jul 2020 07:58:45 +0000 (09:58 +0200)
commit3ad5dab476205d6e16156cf0511fa6884b3b0fc4
tree475e0e5a8a6bd645d664ee989c86c191d1877042
parent08538f360f14dbe2e3b04a30148e342f248d9de5
elf: Do not signal LA_ACT_CONSISTENT for an empty namespace [BZ #26076]

The auditing interface identifies namespaces by their first loaded
module.  Once the namespace is empty, it is no longer possible to signal
LA_ACT_CONSISTENT for it because the first loaded module is already gone
at that point.

Reviewed-by: Carlos O'Donell <carlos@redhat.com>
elf/dl-close.c
This page took 0.041762 seconds and 5 git commands to generate.