From owner-cvs-all@FreeBSD.ORG Mon Apr 30 19:11:46 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 56A9016A402; Mon, 30 Apr 2007 19:11:46 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id 45F7313C44C; Mon, 30 Apr 2007 19:11:46 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id AB3871A4D80; Mon, 30 Apr 2007 12:12:17 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 8244251448; Mon, 30 Apr 2007 15:11:45 -0400 (EDT) Date: Mon, 30 Apr 2007 15:11:45 -0400 From: Kris Kennaway To: "Andrey A. Chernov" Message-ID: <20070430191144.GA66695@xor.obsecurity.org> References: <200704301227.l3UCRwao077864@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200704301227.l3UCRwao077864@repoman.freebsd.org> User-Agent: Mutt/1.4.2.2i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/libexec/pppoed pppoed.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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: Mon, 30 Apr 2007 19:11:46 -0000 On Mon, Apr 30, 2007 at 12:27:58PM +0000, Andrey A. Chernov wrote: > ache 2007-04-30 12:27:58 UTC > > FreeBSD src repository > > Modified files: > libexec/pppoed pppoed.c > Log: > Prepare for upcoming POSIXed putenv() rewrite: > don't allow putenv() arg be on the stack, replace putenv() with setenv() What impact is this going to have on ports? Surely there are lots of them that use putenv(). Can I assume you're interested in fixing them? Kris