-
Notifications
You must be signed in to change notification settings - Fork 7.8k
Fix GH-10611: fpm_env_init_main leaks environ #10618
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
Conversation
@nielsdos what do you get with a ASAN build ? do you think your changes trigger the FPM failures ? |
I did use an ASAN build, no failures here... I probably did something wrong though, let me check... |
It was my fault. I put the wrong "which" argument and apparently had a stale build so that the test failures didn't trigger. |
@nielsdos Planning on merging that? :-) |
@nielsdos If I'm not mistaken that actually also needs to run in the child processes, as fpm will fork without exec? I'm currently still seeing:
|
Possibly, you could try that and see if it solves it. I could also look at it next week or so. |
Fixes GH-10611