From owner-freebsd-bugs Fri Mar 23 16:46:56 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5FDBC37B71A; Fri, 23 Mar 2001 16:46:54 -0800 (PST) (envelope-from mpp@FreeBSD.org) Received: (from mpp@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2O0kr557788; Fri, 23 Mar 2001 16:46:54 -0800 (PST) (envelope-from mpp) Date: Fri, 23 Mar 2001 16:46:54 -0800 (PST) From: Message-Id: <200103240046.f2O0kr557788@freefall.freebsd.org> To: tim@sarc.city.ac.uk, mpp@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/517: Bad group change with 'install' Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Bad group change with 'install' State-Changed-From-To: suspended->closed State-Changed-By: mpp State-Changed-When: Fri Mar 23 16:42:24 PST 2001 State-Changed-Why: install was fixed a long time ago to work around the problem stated in the PR. Since that time, libc has also been modified so that the getpw* routines do not call the getgr* routines, which caused problems for programs that did something like: gp = getgrnam("wheel"); pw = getpwnam("jouser"); and then found that the data pointed to by "gp" was invalidated by the getpwnam() call. http://www.freebsd.org/cgi/query-pr.cgi?pr=517 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message