[sudo-commits] sudo changeset 14673:cc01f0da46d9

Todd C. Miller Todd.Miller at sudo.ws
Fri Mar 24 15:10:06 MDT 2023


changeset:	14673:cc01f0da46d9 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/cc01f0da46d9
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Fri Mar 24 14:44:17 2023 -0600

Log Message:
	Replace tty_mode global with term_raw flag in struct exec_closure.

	The pty_cleanup hook needs access to the closure so add
	pty_cleanup_init() to store a pointer to the closure for use
	by pty_cleanup_hook().

diffstat:

 src/exec_iolog.c |   10 +--
 src/exec_nopty.c |    4 +-
 src/exec_pty.c   |  133 +++++++++++++++++++++++++++++++++++-------------------
 src/sudo_exec.h  |    3 +-
 4 files changed, 93 insertions(+), 57 deletions(-)



More information about the sudo-commits mailing list