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

cptbox: compare projected with real instead of normalized #1002

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Feb 28, 2022

  1. cptbox: compare projected with real instead of normalized

    We should compare `projected` with `real` instead of `normalized`. This 
    is because if our file is `/proc/self/maps`, the projected will be 
    `/proc/getpid()/maps`, and the real path is `/proc/getpid()/maps`. We do 
    a useless `os.samefile` call in this case.
    Riolku committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    5f93ed9 View commit details
    Browse the repository at this point in the history