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
 [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: Fri Apr 19 03:01:27 2024 UTC