On Mon, 08 Jul 2019 16:36:05 +0200, Moritz Buhl wrote:
> while porting some NetBSD syscall tests to OpenBSD I noticed that the
> getgroups test is failing. Simply put:
>
> gid_t gidset[NGROUPS_MAX];
> getgroups(-1, gidset);
>
> This was fixed on NetBSD 8 years ago:
> http://cvsweb.netbsd.org/bsdwe
Hi,
while porting some NetBSD syscall tests to OpenBSD I noticed that the
getgroups test is failing. Simply put:
gid_t gidset[NGROUPS_MAX];
getgroups(-1, gidset);
This was fixed on NetBSD 8 years ago:
http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/kern/kern_prot.c
> if (SCARG(uap, gidsetsize)