[sudo-commits] sudo changeset 11068:c171eeabdc72

Todd C. Miller Todd.Miller at courtesan.com
Wed Sep 6 16:05:27 MDT 2017


changeset:	11068:c171eeabdc72 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/c171eeabdc72
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Wed Sep 06 15:59:37 2017 -0600

Log Message:
	Set SIGCHLD handler to SIG_DFL before forking the askpass command
	and restore after.  Otherwise, SIGCHLD will end up in the list of
	pending signals and sudo_execute() will not execute the command.

diffstat:

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


More information about the sudo-commits mailing list