[sudo-commits] sudo changeset 14661:e07725c8c939

Todd C. Miller Todd.Miller at sudo.ws
Wed Mar 22 08:50:02 MDT 2023


changeset:	14661:e07725c8c939 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/e07725c8c939
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Wed Mar 22 08:26:36 2023 -0600

Log Message:
	suspend_sudo_pty: fix cut & pasto in last commit to catch SIGCONT.
	Also set sa.sa_handler to SIG_DFL instead of SIG_IGN.  There is no
	difference for SIGCONT but it means we can re-use sa as-is later.

diffstat:

 src/exec_pty.c |  7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)



More information about the sudo-commits mailing list