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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
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 15:01:34 2024 UTC