[sudo-commits] sudo changeset 12833:c125fbe68783

Todd C. Miller Todd.Miller at sudo.ws
Tue Jan 26 11:03:28 MST 2021


changeset:	12833:c125fbe68783 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/c125fbe68783
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Sat Jan 23 08:44:00 2021 -0700

Log Message:
	Don't assume that argv is allocated as a single flat buffer.
	While this is how the kernel behaves it is not a portable assumption.
	The assumption may also be violated if getopt_long(3) permutes arguments.
	Found by Qualys.

diffstat:

 src/parse_args.c |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)



More information about the sudo-commits mailing list