Closed
Description
Description
ASAN does not like early exits without freeing all memory. One such path is in FPM when config test is done successfully:
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