Date: Fri, 23 Mar 2001 16:46:54 -0800 (PST) From: <mpp@FreeBSD.org> To: tim@sarc.city.ac.uk, mpp@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/517: Bad group change with 'install' Message-ID: <200103240046.f2O0kr557788@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200103240046.f2O0kr557788>