[sudo-commits] sudo changeset 12773:2e7d3c3cf18b

Todd C. Miller Todd.Miller at sudo.ws
Mon Dec 7 13:18:12 MST 2020


changeset:	12773:2e7d3c3cf18b in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/2e7d3c3cf18b
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Mon Dec 07 13:15:25 2020 -0700

Log Message:
	Define _DARWIN_UNLIMITED_GETGROUPS on macOS to suport > 16 groups.
	On macOS 10.6 and above, getgroups(2) can return more than NGROUPS_MAX
	if _DARWIN_UNLIMITED_GETGROUPS or _DARWIN_C_SOURCE is defined.
	Bug #946

diffstat:

 config.h.in  |  5 +++++
 configure    |  4 ++++
 configure.ac |  8 ++++++++
 src/sudo.c   |  5 +++--
 4 files changed, 20 insertions(+), 2 deletions(-)



More information about the sudo-commits mailing list