[sudo-commits] sudo changeset 12954:e86d036703b1

Todd C. Miller Todd.Miller at sudo.ws
Tue Feb 9 13:53:25 MST 2021


changeset:	12954:e86d036703b1 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/e86d036703b1
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