]> git.ipfire.org Git - thirdparty/glibc.git/commit
elf: Determine the caller link map in _dl_open
authorFlorian Weimer <fweimer@redhat.com>
Sun, 2 Feb 2025 19:10:09 +0000 (20:10 +0100)
committerFlorian Weimer <fweimer@redhat.com>
Sun, 2 Feb 2025 19:10:09 +0000 (20:10 +0100)
commitedc6842bbc1e052a4df4e449d2ce2b8d0991bd34
treef1c0a1a44180980f46692ecda6c336abd7ee503f
parentd12cb8e45232f11ee77f8b6d8cd71cc96fbff4a4
elf: Determine the caller link map in _dl_open

No functional change expected.

This is in preparation of adding a fast path to dlopen in case
no link map changes are required.
elf/dl-open.c