]> sourceware.org Git - glibc.git/commit
elf: rtld_multiple_ref is always true
authorFlorian Weimer <fweimer@redhat.com>
Wed, 6 Nov 2024 09:33:44 +0000 (10:33 +0100)
committerFlorian Weimer <fweimer@redhat.com>
Wed, 6 Nov 2024 09:33:44 +0000 (10:33 +0100)
commit8f8dd904c4a2207699bb666f30acceb5209c8d3f
tree6fb526f8816429751ed97a96a11b516c59e56a49
parent273694cd78a2e12f44f8aacc88ec15853feb759a
elf: rtld_multiple_ref is always true

For a long time, libc.so.6 has dependend on ld.so, which
means that there is a reference to ld.so in all processes,
and rtld_multiple_ref is always true.  In fact, if
rtld_multiple_ref were false, some of the ld.so setup code
would not run.

Reviewed-by: DJ Delorie <dj@redhat.com>
elf/rtld.c
This page took 0.044548 seconds and 5 git commands to generate.