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

Process launch stale argument pointers #86

Merged
merged 2 commits into from
Oct 7, 2024
Merged

Conversation

alijitx
Copy link
Contributor

@alijitx alijitx commented Oct 7, 2024

Move the argvs pointers capture closer to the launch_process call in the Process function to fix the issue where the pointers could become stale due to garbage collection being run during environment variable processing.

@alijitx alijitx requested a review from CuppoJava October 7, 2024 17:39
@CuppoJava CuppoJava merged commit 634999a into master Oct 7, 2024
2 of 3 checks passed
@alijitx alijitx deleted the al/proc-launch-argvs-fix branch October 7, 2024 23:41
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.

2 participants