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

Disable semantic interposition in ELF shared libraries #821

Merged
merged 1 commit into from
Jan 11, 2021

Commits on Jan 11, 2021

  1. Disallow semantic interposition in ELF shared libraries if supported …

    …by the compiler.
    
    This disallows calls to our own exported functions being replaced by LD_PRELOAD, thus
    avoiding the potential bugs and allowing the compiler to optimize better.
    Dead2 committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    5326715 View commit details
    Browse the repository at this point in the history