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

libs2e: bugfix handling of S2E_MAX_PROCESS env #98

Merged
merged 1 commit into from
May 2, 2024

Commits on May 2, 2024

  1. libs2e: bugfix handling of S2E_MAX_PROCESS env

    strtol was always called even if S2E_MAX_PROCESS was not defined causing
    the preloading of the library to fail due to NULL ptr returned from
    getenv and passed straight in strtol. Fixed by checking for the correct variable.
    
    Signed-off-by: Andrea Mambretti <[email protected]>
    m4mbr3 committed May 2, 2024
    Configuration menu
    Copy the full SHA
    d277212 View commit details
    Browse the repository at this point in the history