You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This introduces an enum `fpm_init_return_status` to propagate the status
up to fpm_main. This also makes the code clearer by not using magic
integer return numbers.
Description
ASAN does not like early exits without freeing all memory. One such path is in FPM when config test is done successfully:
php-src/sapi/fpm/fpm/fpm.c
Lines 69 to 70 in 3030d95
The test that triggers that is sapi/fpm/tests/socket-uds-numeric-ugid-nonroot.phpt and one such failed job can be seen at https://github.com/php/php-src/actions/runs/3926296131/jobs/6711897592 .
This should be fixed and SAPI cleanly shut down.
PHP Version
PHP 8.x
Operating System
No response
The text was updated successfully, but these errors were encountered: