Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:3624 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 40774 invoked by uid 1007); 29 Jul 2003 07:43:21 -0000 Message-ID: <20030729074321.40773.qmail@pb1.pair.com> To: internals@lists.php.net References: <20030728144915.48552.qmail@pb1.pair.com> <200307281357.03571.ilia@prohost.org> Date: Tue, 29 Jul 2003 08:43:55 +0100 Lines: 27 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Posted-By: 62.49.162.2 Subject: Re: [PHP-DEV] Mem leak in virtual_realpath() in tsrm_virtual_cwd.c From: peterd@telephonetics.co.uk ("Pete Dishman") 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