php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #78694 Appending to a variant array causes segfault
Submitted: 2019-10-18 21:37 UTC Modified: 2019-10-18 21:37 UTC
From: cmb@php.net Assigned: cmb (profile)
Status: Closed Package: COM related
PHP Version: 7.2.23 OS: Windows
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: cmb@php.net
New email:
PHP Version: OS:

 

 [2019-10-18 21:37 UTC] cmb@php.net
Description:
------------
Appending to a variant array causes a segfault.

Test script:
---------------
<?php
$var = new variant([]);
$var[] = 42;



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2019-10-18 21:37 UTC] cmb@php.net
-Assigned To: +Assigned To: cmb
 [2019-10-19 09:53 UTC] cmb@php.net
Automatic comment on behalf of cmbecker69@gmx.de
Revision: http://git.php.net/?p=php-src.git;a=commit;h=45a7723267741be4867306d18b15a4a27d67b0f7
Log: Fix #78694: Appending to a variant array causes segfault
 [2019-10-19 09:53 UTC] cmb@php.net
-Status: Assigned +Status: Closed
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu May 09 05:01:31 2024 UTC