From owner-cvs-all@FreeBSD.ORG Fri Apr 8 12:57:44 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BBC9916A4CE; Fri, 8 Apr 2005 12:57:44 +0000 (GMT) Received: from gw.celabo.org (gw.celabo.org [208.42.49.153]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6EE8243D31; Fri, 8 Apr 2005 12:57:44 +0000 (GMT) (envelope-from nectar@FreeBSD.org) Received: from gw.celabo.org (localhost [127.0.0.1]) by internal.gw.celabo.org (Postfix) with ESMTP id 2C6823E2E70; Fri, 8 Apr 2005 07:57:41 -0500 (CDT) Received: from lum.celabo.org (lum.celabo.org [10.0.1.107]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "lum.celabo.org", Issuer "celabo.org CA" (verified OK)) by gw.celabo.org (Postfix) with ESMTP id 058B03E2E6F; Fri, 8 Apr 2005 07:57:40 -0500 (CDT) Received: from [127.0.0.1] (localhost [127.0.0.1]) by lum.celabo.org (Postfix) with ESMTP id 006926FAD0; Fri, 8 Apr 2005 07:57:36 -0500 (CDT) In-Reply-To: <200504081119.j38BJoZf036618@repoman.freebsd.org> References: <200504081119.j38BJoZf036618@repoman.freebsd.org> Mime-Version: 1.0 (Apple Message framework v619.2) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <6715759dfc36ac3b48dc3efe8cfcd07d@FreeBSD.org> Content-Transfer-Encoding: 7bit From: Jacques Vidrine Date: Fri, 8 Apr 2005 07:57:33 -0500 To: Dag-Erling Smorgrav X-Mailer: Apple Mail (2.619.2) X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on hellblazer.celabo.org X-Spam-Level: X-Spam-Status: No, score=-5.9 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.0.2 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/libexec/rexecd rexecd.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Apr 2005 12:57:44 -0000 On Apr 8, 2005, at 6:19 AM, Dag-Erling Smorgrav wrote: > des 2005-04-08 11:19:50 UTC > > FreeBSD src repository > > Modified files: > libexec/rexecd rexecd.c > Log: > Revert parts of previous commits and use a temporary variable to > avoid > an invalid type pun. > Thanks for fixing, DES. Only, you have re-introduced some of the bugs. You need to use getpwnam_r or copy the contents of the returned struct passwd before continuing. Unfortunately, I'm about to grab a plane and be totally unavailable for the next 24 hours or, and mostly unavailable for the next few weeks. :-/ Cheers, -- Jacques A Vidrine / NTT/Verio nectar@celabo.org / jvidrine@verio.net / nectar@freebsd.org