kmx git
Register
IABSD.fr/src
IABSD.fr
Login
IABSD.fr
/
src
Browse
Commit
Author :
millert
Date :
2024-08-23 00:43:34
Hash :
0569e73d
Message :
Change SIGCHLD handler to just set a flag. We already call reap_kids() in multiple event loops so there is no need to call waitpid() inside the handler itself. OK denis@ deraadt@