[sudo-commits] sudo changeset 13200:b4c91a0f72e7

Todd C. Miller Todd.Miller at sudo.ws
Fri Apr 23 07:53:06 MDT 2021


changeset:	13200:b4c91a0f72e7 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/b4c91a0f72e7
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Fri Apr 23 07:41:27 2021 -0600

Log Message:
	Make sure SIGCHLD is not ignored when sudo is executed.
	If SIGCHLD is ignored there is a race condition between when the
	process is executed and when the SIGCHLD handler is installed.
	This fixes the bug described by GitHub PR #98

diffstat:

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



More information about the sudo-commits mailing list