[sudo-commits] sudo changeset 14860:8385add04ed2

Todd C. Miller Todd.Miller at sudo.ws
Fri Jul 7 15:43:18 MDT 2023


changeset:	14860:8385add04ed2 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/8385add04ed2
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Fri Jul 07 15:42:53 2023 -0600

Log Message:
	struct exec_closure: make rows and cols int, not short

	There's no real space saved by using short and using int avoids a
	few casts.

diffstat:

 src/exec_nopty.c |   8 ++++----
 src/exec_pty.c   |  10 +++++-----
 src/sudo_exec.h  |   4 ++--
 3 files changed, 11 insertions(+), 11 deletions(-)



More information about the sudo-commits mailing list