$foo = clone(array()); leaks memory
| Bug #42818 | $foo = clone(array()); leaks memory | ||||
|---|---|---|---|---|---|
| Submitted: | 2007-10-01 18:12 UTC | Modified: | 2007-10-03 09:48 UTC | ||
| From: | crrodriguez at suse dot de | Assigned: | dmitry (profile) | ||
| Status: | Closed | Package: | Scripting Engine problem | ||
| PHP Version: | 5CVS-2007-10-01 (CVS) | OS: | Linux | ||
| Private report: | No | CVE-ID: | None | ||
[2007-10-01 18:12 UTC] crrodriguez at suse dot de
Description: ------------ memory leak with the following code Reproduce code: --------------- <?php $foo = clone(array()); ?> Expected result: ---------------- Fatal Error: Only objects can be cloned Actual result: -------------- Warning: __clone method called on non-object in /home/cristian/5.3/clone_test.php on line 3 [Mon Oct 1 14:11:13 2007] Script: 'clone_test.php' /home/cristian/5.3/Zend/zend_vm_execute.h(18768) : Freeing 0x00C3D9A0 (72 bytes), script=clone_test.php /home/cristian/5.3/Zend/zend_API.c(821) : Actual location (location was relayed) Last leak repeated 1 time === Total 2 memory leaks detected ===
Patches
Pull Requests
History
AllCommentsChangesGit/SVN commits
[2007-10-03 09:48 UTC] dmitry@php.net