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

Do not allocate memory between fork() and exec() #3588

Merged
merged 2 commits into from
Sep 5, 2024
Merged

Do not allocate memory between fork() and exec() #3588

merged 2 commits into from
Sep 5, 2024

Conversation

AlanGriffiths
Copy link
Contributor

@AlanGriffiths AlanGriffiths commented Sep 5, 2024

Fixes: #3581

@AlanGriffiths AlanGriffiths requested a review from a team as a code owner September 5, 2024 16:53
Copy link
Contributor

@mattkae mattkae left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sounds good to me 👍

@mattkae mattkae added this pull request to the merge queue Sep 5, 2024
Merged via the queue into main with commit b7436aa Sep 5, 2024
25 checks passed
@mattkae mattkae deleted the forking-fix branch September 5, 2024 17:44
@RAOF
Copy link
Contributor

RAOF commented Sep 6, 2024

This is a partial fix for #3494, right? It's not a full fix for that? (Next time we're trying to hunt down seemingly-impossible problems 🤦‍♀️ )

AlanGriffiths pushed a commit that referenced this pull request Sep 9, 2024
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.

Spurious errors on the ExternalClient test (initially noticed, and maybe most common, on ASAN builds)
4 participants