[sudo-commits] sudo changeset 13974:7c2b46ec73be

Todd C. Miller Todd.Miller at sudo.ws
Thu May 19 19:49:15 MDT 2022


changeset:	13974:7c2b46ec73be in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/7c2b46ec73be
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Thu May 19 19:48:24 2022 -0600

Log Message:
	Pass the WUNTRACED flag to waitpid() even if __WALL is present.
	Otherwise, we won't get the wait status of a suspended command
	that is not being traced.

diffstat:

 src/exec_nopty.c |  14 ++++++--------
 src/exec_pty.c   |  14 ++++++--------
 2 files changed, 12 insertions(+), 16 deletions(-)



More information about the sudo-commits mailing list