php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #72302 get_closure entry_ptr always uninitialized
Submitted: 2016-05-31 13:01 UTC Modified: 2021-09-26 04:22 UTC
From: martijn dot otto at copernica dot com Assigned: cmb (profile)
Status: No Feedback Package: Scripting Engine problem
PHP Version: 7.0.7 OS: ubuntu 16.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: martijn dot otto at copernica dot com
New email:
PHP Version: OS:

 

 [2016-05-31 13:01 UTC] martijn dot otto at copernica dot com
Description:
------------
Since PHP 7.0 the entry_ptr passed to get_closure handlers is always uninitialized. Can we please make sure it is set to something sensible and otherwise at least make sure it is a nullptr?


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2021-09-16 21:39 UTC] cmb@php.net
-Status: Open +Status: Feedback -Package: *Extensibility Functions +Package: Scripting Engine problem -Assigned To: +Assigned To: cmb
 [2021-09-16 21:39 UTC] cmb@php.net
Do you mean that ce_ptr is unitialized?  That would be bad.  Or do
you mean that *ce_ptr is unitialized?  I would expect that, since
ce_ptr is an out parameter.
 [2021-09-26 04:22 UTC] php-bugs at lists dot php dot net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Re-Opened". Thank you.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 19:01:29 2024 UTC