Date: Thu, 14 Jun 2007 20:07:36 +0000 (UTC) From: Hartmut Brandt <harti@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/rpc auth_unix.c Message-ID: <200706142007.l5EK7aOI087032@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
harti 2007-06-14 20:07:36 UTC FreeBSD src repository Modified files: lib/libc/rpc auth_unix.c Log: Use an array of size NGROUP_MAX for the getgroups() call instead of NGRP. When NGROUP_MAX is larger than NGRP the call used to fail. Now the call succeedes, but only the first NGRP groups are actually used for authentication. Revision Changes Path 1.18 +4 -2 src/lib/libc/rpc/auth_unix.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200706142007.l5EK7aOI087032>