[sudo-commits] sudo changeset 14005:f9caab4bf18b

Todd C. Miller Todd.Miller at sudo.ws
Tue May 31 19:59:12 MDT 2022


changeset:	14005:f9caab4bf18b in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/f9caab4bf18b
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Tue May 31 19:51:26 2022 -0600

Log Message:
	When using ptrace(2), push the point where we suspend into exec_cmnd().
	This should reduce the amount of time the child has to wait for
	the parent to use PTRACE_SEIZE to seize control and then PTRACE_CONT
	to continue the child.

diffstat:

 src/exec.c         |  37 +++++++++++++++++++++++++++++++++++--
 src/exec_monitor.c |  36 ++++--------------------------------
 src/exec_nopty.c   |  30 +-----------------------------
 src/sudo_exec.h    |   2 +-
 4 files changed, 41 insertions(+), 64 deletions(-)



More information about the sudo-commits mailing list