From owner-cvs-src@FreeBSD.ORG Wed Nov 19 08:20:06 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A80516A4D5 for ; Wed, 19 Nov 2003 08:20:06 -0800 (PST) Received: from smtp.mho.com (smtp.mho.net [64.58.4.6]) by mx1.FreeBSD.org (Postfix) with SMTP id A1DC543FE5 for ; Wed, 19 Nov 2003 08:20:03 -0800 (PST) (envelope-from scottl@freebsd.org) Received: (qmail 76427 invoked by uid 1002); 19 Nov 2003 16:20:03 -0000 Received: from unknown (HELO freebsd.org) (64.58.1.252) by smtp.mho.net with SMTP; 19 Nov 2003 16:20:03 -0000 Message-ID: <3FBB9804.90902@freebsd.org> Date: Wed, 19 Nov 2003 09:19:16 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5) Gecko/20031103 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Diomidis Spinellis References: <200311191551.hAJFpRRQ059310@repoman.freebsd.org> In-Reply-To: <200311191551.hAJFpRRQ059310@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/gen initgroups.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 16:20:06 -0000 Diomidis Spinellis wrote: > dds 2003/11/19 07:51:26 PST > > FreeBSD src repository > > Modified files: > lib/libc/gen initgroups.c > Log: > Fix problem where initgroups would silently truncate groups with > more than NGROUP elements without providing the opportunity to > setgroups to fail and correctly return error and set errno. > > MFC after: 2 weeks > > Revision Changes Path > 1.8 +7 -2 src/lib/libc/gen/initgroups.c > Since we are in Code Freeze, who approved this? Scott