[sudo-commits] sudo changeset 13927:5b3bd75c4486

Todd C. Miller Todd.Miller at sudo.ws
Thu May 5 09:38:15 MDT 2022


changeset:	13927:5b3bd75c4486 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/5b3bd75c4486
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Thu May 05 09:15:50 2022 -0600

Log Message:
	exec_ptrace_handled: don't return early if ptrace_intercept_execve() fails.
	We need to continue the traced process even if there is a fatal
	error.  Otherwise, sudo will appear to hang as the running process
	is left in PTRACE_EVENT stop.

diffstat:

 src/exec_ptrace.c |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)



More information about the sudo-commits mailing list