Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:3626 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 77054 invoked from network); 29 Jul 2003 11:10:12 -0000 Received: from unknown (HELO netphobia.fi) (213.243.181.8) by pb1.pair.com with SMTP; 29 Jul 2003 11:10:12 -0000 Received: from localhost (jani@localhost) by netphobia.fi (8.11.6/8.11.6) with ESMTP id h6TBAHh17718; Tue, 29 Jul 2003 14:10:17 +0300 X-Authentication-Warning: netphobia.fi: jani owned process doing -bs Date: Tue, 29 Jul 2003 14:10:17 +0300 (EEST) Sender: jani@netphobia.fi Reply-To: Jani Taskinen To: Pete Dishman cc: internals@lists.php.net In-Reply-To: <20030729074321.40773.qmail@pb1.pair.com> Message-ID: References: <20030728144915.48552.qmail@pb1.pair.com> <200307281357.03571.ilia@prohost.org> <20030729074321.40773.qmail@pb1.pair.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: [PHP-DEV] Mem leak in virtual_realpath() in tsrm_virtual_cwd.c From: sniper@iki.fi (Jani Taskinen) It's already committed and will be in 4.3.3. --Jani On Tue, 29 Jul 2003, Pete Dishman wrote: >Excellent, > >If this does get committed, will it make it in to 4.3.3 ? > >Thanks, > >Pete Dishman > >"Ilia Alshanetsky" wrote in message >news:200307281357.03571.ilia@prohost.org... >> On July 28, 2003 10:48 am, Pete Dishman wrote: >> > Hi, >> > >> > I'm currently developing an extension and believe I've found a memory >leak >> > in virtual_realpath(). My extension is calling this function via the >macro >> > VCWD_REALPATH(). >> >> You are quite correct, virtual_realpath does indeed appear to leak. I will >> test the patch you've suggested further and if it does not prove to have >any >> side effects commit it. >> >> Ilia > >