From owner-cvs-src@FreeBSD.ORG Mon May 22 03:02:20 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 6ACC516A420; Mon, 22 May 2006 03:02:20 +0000 (UTC) (envelope-from ganbold@micom.mng.net) Received: from publicd.ub.mng.net (publicd.ub.mng.net [202.179.0.88]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD0E743D48; Mon, 22 May 2006 03:02:16 +0000 (GMT) (envelope-from ganbold@micom.mng.net) Received: from [202.179.0.164] (helo=[192.168.0.18]) by publicd.ub.mng.net with esmtpa (Exim 4.61 (FreeBSD)) (envelope-from ) id 1Fi0gJ-000Hbh-1C; Mon, 22 May 2006 12:02:07 +0900 Message-ID: <447129AE.60305@micom.mng.net> Date: Mon, 22 May 2006 12:02:06 +0900 From: Ganbold User-Agent: Thunderbird 1.5.0.2 (X11/20060425) MIME-Version: 1.0 To: Doug Barton References: <200605200547.k4K5lI4Z008674@repoman.freebsd.org> <446EB883.5000505@FreeBSD.org> In-Reply-To: <446EB883.5000505@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, Xin LI , cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/rcorder rcorder.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Mon, 22 May 2006 03:02:20 -0000 Doug Barton wrote: > Xin LI wrote: > >> delphij 2006-05-20 05:47:18 UTC >> >> FreeBSD src repository >> >> Modified files: >> sbin/rcorder rcorder.c >> Log: >> do_file() is called recursively from several places and cannot >> safely free() anything related to items that may be recursed on. >> >> Obtained from: DragonFly (rev 1.7, dillon) >> PR: bin/94767 http://www.FreeBSD.org/cgi/query-pr.cgi?pr=94767 >> MFC After: 1 month >> >> Revision Changes Path >> 1.3 +9 -1 src/sbin/rcorder/rcorder.c >> >> http://www.FreeBSD.org/cgi/cvsweb.cgi/src/sbin/rcorder/rcorder.c.diff?&r1=1.2&r2=1.3&f=h >> >> > > Hooray! Thanks for taking this on. > > Doug > > Thanks a lot. I guess I don't have to worry about this anymore:) Ganbold