[sudo-commits] sudo changeset 14159:fb0fa29ff554

Todd C. Miller Todd.Miller at sudo.ws
Fri Aug 19 11:42:38 MDT 2022


changeset:	14159:fb0fa29ff554 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/fb0fa29ff554
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Fri Aug 19 11:34:40 2022 -0600

Log Message:
	ptrace_getregs: try to determine compat mode if caller doesn't know.
	In ptrace_verify_post_exec(), we don't know whether the executable
	that is now running is a native or compat binary.  In most cases
	ptrace_getregs() will be able to figure it out for us.

diffstat:

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



More information about the sudo-commits mailing list