[sudo-commits] sudo changeset 14985:4a2aeaf67236

Todd C. Miller Todd.Miller at sudo.ws
Tue Aug 15 08:52:06 MDT 2023


changeset:	14985:4a2aeaf67236 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/4a2aeaf67236
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Tue Aug 15 08:52:02 2023 -0600

Log Message:
	We still need to clamp ngids if getgrouplist2() returns -1.

	Otherwise, we end up with ngids set to the number of gids the user
	belongs to which may be larger than what the front-end specified.
	Fixes a regression introduced in the last commit here.

diffstat:

 plugins/sudoers/pwutil_impl.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)



More information about the sudo-commits mailing list