[sudo-commits] sudo changeset 13326:832fa2480024

Todd C. Miller Todd.Miller at sudo.ws
Tue Jul 27 09:20:47 MDT 2021


changeset:	13326:832fa2480024 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/832fa2480024
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Sat Jun 26 18:45:28 2021 -0600

Log Message:
	Don't assume that the number of groups returned by getgroups() is static.
	On systems where getgroups() returns results based on more than
	just the per-process group vector in the kernel it is possible for
	the number of groups to change in between invocations.
	Based on GitHub PR #106 from Pierre-Olivier Martel.

diffstat:

 src/sesh.c      |  4 +++-
 src/sudo.c      |  3 ++-
 src/sudo_edit.c |  3 ++-
 3 files changed, 7 insertions(+), 3 deletions(-)



More information about the sudo-commits mailing list