[sudo-commits] sudo changeset 14658:6e3f7622038a

Todd C. Miller Todd.Miller at sudo.ws
Tue Mar 21 15:35:18 MDT 2023


changeset:	14658:6e3f7622038a in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/6e3f7622038a
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Tue Mar 21 15:30:54 2023 -0600

Log Message:
	Move updating of the window size back to the main sudo process.
	We can use the leader file descriptor with TIOCGWINSZ to set the
	window size of the pty.  Thanks to Duncan Overbruck for the hint.

diffstat:

 src/exec_monitor.c |  60 ++++++-----------------------------------------------
 src/exec_pty.c     |  23 +++++++++----------
 src/sudo.h         |   1 -
 3 files changed, 18 insertions(+), 66 deletions(-)



More information about the sudo-commits mailing list