php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #68906 Use after free
Submitted: 2015-01-24 19:58 UTC Modified: 2015-01-24 21:47 UTC
From: bugreports at internot dot info Assigned:
Status: Not a bug Package: opcache
PHP Version: 5.5.21 OS: Linux Ubuntu 14.04
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: bugreports at internot dot info
New email:
PHP Version: OS:

 

 [2015-01-24 19:58 UTC] bugreports at internot dot info
Description:
------------
Hi,

In /ext/opcache/zend_shared_alloc.c:

'source' is freed:

350                interned_efree((char*)source);
351        }

   but then used:
352        zend_shared_alloc_register_xlat_entry(source, retval);


thanks


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2015-01-24 21:47 UTC] stas@php.net
-Status: Open +Status: Not a bug
 [2015-01-24 21:47 UTC] stas@php.net
I don't see any issue there - zend_shared_alloc_register_xlat_entry() does not dereference the pointer, only uses its value.
 [2015-01-24 21:47 UTC] stas@php.net
-Type: Security +Type: Bug
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 11:01:29 2024 UTC