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

WIP: Use python binary instead of libpython when it's a PIE #614

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Commits on Nov 9, 2018

  1. Update find_libpython.py

    tkf committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    67af41d View commit details
    Browse the repository at this point in the history
  2. Use python binary instead of libpython if it's a PIE

    ...and not dynamically linked to libpython.
    tkf committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    3b15e6e View commit details
    Browse the repository at this point in the history
  3. Log PyCall.is_pie in test

    tkf committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    a7c976a View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2018

  1. Use libpy_handle instead of libpython

    isuruf authored and tkf committed Nov 10, 2018
    Configuration menu
    Copy the full SHA
    5669d62 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2018

  1. Revert "Use libpy_handle instead of libpython"

    This reverts commit 5669d62.
    tkf committed Nov 11, 2018
    Configuration menu
    Copy the full SHA
    e01ee98 View commit details
    Browse the repository at this point in the history
  2. Put Libdl.RTLD_DEEPBIND back

    tkf committed Nov 11, 2018
    Configuration menu
    Copy the full SHA
    b86f0e4 View commit details
    Browse the repository at this point in the history
  3. Reset stdio in python namespace

    tkf committed Nov 11, 2018
    Configuration menu
    Copy the full SHA
    7b42704 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    14d9a23 View commit details
    Browse the repository at this point in the history