php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #72911 Memleak in zend_binary_assign_op_obj_helper
Submitted: 2016-08-21 09:36 UTC Modified: 2016-08-21 09:44 UTC
From: laruence@php.net Assigned: laruence (profile)
Status: Closed Package: *General Issues
PHP Version: 7.0.10 OS:
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: laruence@php.net
New email:
PHP Version: OS:

 

 [2016-08-21 09:36 UTC] laruence@php.net
Description:
------------
none

Test script:
---------------
<?php

$a = 0;

$b = $a->b->i -= 0;

var_dump($b);

?>

Expected result:
----------------
none memleak

Actual result:
--------------
[Sun Aug 21 17:33:47 2016]  Script:  '/tmp/1.php'
/home/huixinchen/opensource/php-7.0/Zend/zend_objects.c(162) :  Freeing 0x7FFFF0880050 (40 bytes), script=/tmp/1.php
=== Total 1 memory leaks detected ===

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2016-08-21 09:44 UTC] laruence@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: laruence
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 09:01:27 2024 UTC