php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #19921 memory leak in main.c with symlink in path
Submitted: 2002-10-15 12:25 UTC Modified: 2002-10-16 11:52 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:0 (0.0%)
Same OS:0 (0.0%)
From: tater at potatoe dot com Assigned:
Status: Closed Package: Scripting Engine problem
PHP Version: 4.3.0-dev OS: *
Private report: No CVE-ID: None
 [2002-10-15 12:25 UTC] tater at potatoe dot com
If the file being processed by PHP is a symbolic link, or if
there is a symbolic link in the path to it, main/main.c reports a memory leak:

/Users/tater/book/php4/main/main.c(1513) :  Freeing 0x0012E328 (44 bytes), script=/usr/local/book/apache/htdocs/nook/zest.php

(where "zest.php" is a symlink to "test.php")

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-10-16 11:52 UTC] iliaa@php.net
This bug has been fixed in CVS.

In case this was a PHP problem, snapshots of the sources are packaged
every three hours; this change will be in the next snapshot. You can
grab the snapshot at http://snaps.php.net/.
 
In case this was a documentation problem, the fix will show up soon at
http://www.php.net/manual/.

In case this was a PHP.net website problem, the change will show
up on the PHP.net site and on the mirror sites in short time.
 
Thank you for the report, and for helping us make PHP better.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 20 12:01:28 2024 UTC