[sudo-commits] sudo changeset 12841:a6ae655d91a1

Todd C. Miller Todd.Miller at sudo.ws
Wed Jan 27 21:30:39 MST 2021


changeset:	12841:a6ae655d91a1 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/a6ae655d91a1
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Wed Jan 27 21:27:14 2021 -0700

Log Message:
	Refactor code to flatten an argument vector into a string.
	This is used when building up the user_args string.

diffstat:

 plugins/sudoers/Makefile.in   |  27 ++++++++++++++++++-
 plugins/sudoers/strvec_join.c |  61 +++++++++++++++++++++++++++++++++++++++++++
 plugins/sudoers/sudoers.c     |  38 ++-----------------------
 plugins/sudoers/sudoers.h     |   3 ++
 4 files changed, 94 insertions(+), 35 deletions(-)



More information about the sudo-commits mailing list