]> git.ipfire.org Git - thirdparty/glibc.git/commit
elf: Do not run constructors for proxy objects
authorFlorian Weimer <fweimer@redhat.com>
Tue, 22 Aug 2023 11:56:25 +0000 (13:56 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Tue, 22 Aug 2023 11:56:25 +0000 (13:56 +0200)
commitf6c8204fd7fabf0cf4162eaf10ccf23258e4d10e
treeffa2b4773e7a0f00bf50533dd18e13efbc9f4753
parenta8ecb126d4c26c52f4ad828c566afe4043a28155
elf: Do not run constructors for proxy objects

Otherwise, the ld.so constructor runs for each audit namespace
and each dlmopen namespace.
elf/dl-init.c