mirror of
https://github.com/systemd/systemd.git
synced 2026-07-22 23:41:12 +00:00
Although extremely unlikely, there is a race present in solely checking the $LISTEN_PID environment variable, due to PID recycling. Fix that by introducing $LISTEN_PIDFDID, which contains the 64-bit ID of a pidfd for the child process that is not subject to recycling.