auth_x11: install a SIGCHLD handler.
Otherwise the sigsuspend() call to wait for SIGCHLD does nothing and just hangs. Also, refactor to prevent this issue from happening in the future.
parent
b98feb43
Please register or sign in to comment
Otherwise the sigsuspend() call to wait for SIGCHLD does nothing and just hangs. Also, refactor to prevent this issue from happening in the future.