Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[dylink] Fix multiple loading of the same library with RTLD_LOCAL #20210

Merged
merged 1 commit into from
Sep 8, 2023

Conversation

sbc100
Copy link
Collaborator

@sbc100 sbc100 commented Sep 8, 2023

When a library is loaded for a second time we were only handling the RTLD_GLOBAL case.

Fixes: #20203

@sbc100 sbc100 requested a review from kripken September 8, 2023 00:25
When a library is loaded for a second time we were only handling the
RTLD_GLOBAL case.

Fixes: #20203
@sbc100 sbc100 merged commit d5c3091 into main Sep 8, 2023
26 checks passed
@sbc100 sbc100 deleted the rtld_local2 branch September 8, 2023 23:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

If multiple dynamic imports have the same dependency then local resolution of names fails
2 participants