[sudo-commits] sudo changeset 10957:a26f04459c37

Todd C. Miller Todd.Miller at courtesan.com
Fri May 12 10:16:29 MDT 2017


changeset:	10957:a26f04459c37 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/a26f04459c37
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Fri May 12 10:02:17 2017 -0600

Log Message:
	Add SIGCHLD to the list of signals we install sudo_handler() for.
	Otherwise, it is possible for the command to exit before the SIGCHLD
	handler is installed.  POSIX says that signals that are ignored by
	default are still ignored even if the signal mask would block them.
	We need to have a handler installed for SIGCHLD before the fork().

diffstat:

 src/signal.c |  1 -
 1 files changed, 0 insertions(+), 1 deletions(-)


More information about the sudo-commits mailing list