Date: Wed, 24 Feb 2010 15:52:18 +0000 (UTC) From: Brooks Davis <brooks@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/kern subr_param.c Message-ID: <201002241552.o1OFqZIK087972@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
brooks 2010-02-24 15:52:18 UTC
FreeBSD src repository
Modified files:
sys/kern subr_param.c
Log:
SVN rev 204278 on 2010-02-24 15:52:18Z by brooks
Don't inforce an upper bound on kern.ngroups. The INT_MAX-1 limit was
too high due to several overflows. The actual limit is somewhere in the
neighborhood of INT_MAX/4 on 64-bit machines, but most systems could not
support such a limit due to a lack of memory and the cost of duplicate
credentials.
Reported by: bde
Revision Changes Path
1.92 +0 -2 src/sys/kern/subr_param.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201002241552.o1OFqZIK087972>
