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

Conversation

m4mbr3
Copy link
Contributor

@m4mbr3 m4mbr3 commented May 2, 2024

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.

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]>
@vitalych vitalych merged commit 3063162 into S2E:master May 2, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants