[sudo-commits] sudo changeset 13901:1f55993d68eb

Todd C. Miller Todd.Miller at sudo.ws
Fri Apr 29 13:29:18 MDT 2022


changeset:	13901:1f55993d68eb in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/1f55993d68eb
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Fri Apr 29 08:02:57 2022 -0600

Log Message:
	Stop using the WCONTINUED flag with waitpid(2).
	We don't use it for anything other than a debug message and it will
	cause problems when intercept mode starts using ptrace(2).

diffstat:

 include/sudo_compat.h |   8 +-------
 src/exec_monitor.c    |  39 ++++++++++++++++++---------------------
 src/exec_nopty.c      |  25 +++++++++++++++----------
 src/exec_pty.c        |  24 ++++++++++++++----------
 4 files changed, 48 insertions(+), 48 deletions(-)



More information about the sudo-commits mailing list