[sudo-commits] sudo changeset 14708:d06fa6322ffb

Todd C. Miller Todd.Miller at sudo.ws
Tue Apr 18 08:29:36 MDT 2023


changeset:	14708:d06fa6322ffb in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/d06fa6322ffb
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Tue Apr 18 07:33:12 2023 -0600

Log Message:
	Hard-code usage() and help() for an 80-column terminal.

	Trying to tailor the help and usage output to the terminal width
	is simply not worth it and could be abused to mark a socket as
	"trusted" on Linux if there are additional kernel bugs like
	CVE-2023-2002.

diffstat:

 src/parse_args.c    |  76 +++++++++++++++++-----------------------------------
 src/sudo_usage.h.in |  58 +++++++++++++++++++++++++++++++++++----
 2 files changed, 76 insertions(+), 58 deletions(-)



More information about the sudo-commits mailing list