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

[metacling] Use dl_iterate_phdr() to collect shlibs, fixes #6797: #148

Merged

Commits on Nov 25, 2020

  1. [metacling] Use dl_iterate_phdr() to collect shlibs, fixes root-proje…

    …ct#6797:
    
    Walking the dyld map manually is missing the libc lock. Instead, use the
    official interface for this. Make sure that any call to UpdateListOfLoadedSharedLibraries
    is actually locked by gInterpreterMutex.
    
    (cherry picked from commit 653d927)
    Axel-Naumann committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    15a44f1 View commit details
    Browse the repository at this point in the history