php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #72947 Crash when creating associative array when key contains \0 symbol
Submitted: 2016-08-26 12:02 UTC Modified: 2020-01-20 17:17 UTC
Votes:1
Avg. Score:3.0 ± 0.0
Reproduced:0 of 0 (0.0%)
From: edgars dot roze at gmail dot com Assigned: derick (profile)
Status: Wont fix Package: Xdebug
PHP Version: 7.0.10 OS: Linux
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2016-08-26 12:02 UTC] edgars dot roze at gmail dot com
Description:
------------
$prop = ['' . "\0" . '*' . "\0" . 'id' => 1];


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2016-08-26 13:26 UTC] laruence@php.net
-Status: Open +Status: Feedback
 [2016-08-26 13:26 UTC] laruence@php.net
Thank you for this bug report. To properly diagnose the problem, we
need a backtrace to see what is happening behind the scenes. To
find out how to generate a backtrace, please read
http://bugs.php.net/bugs-generating-backtrace.php for *NIX and
http://bugs.php.net/bugs-generating-backtrace-win32.php for Win32

Once you have generated a backtrace, please submit it to this bug
report and change the status back to "Open". Thank you for helping
us make PHP better.


 [2016-08-26 14:02 UTC] edgars dot roze at gmail dot com
-Status: Feedback +Status: Open -Package: Arrays related +Package: Xdebug
 [2016-08-26 14:02 UTC] edgars dot roze at gmail dot com
xdebug session
 [2016-08-26 18:34 UTC] cmb@php.net
-Assigned To: +Assigned To: derick
 [2016-08-26 18:34 UTC] cmb@php.net
As I understand it, Xdebug issues should be filed at
<http://bugs.xdebug.org>.
 [2020-01-20 17:17 UTC] derick@php.net
-Status: Assigned +Status: Wont fix
 [2020-01-20 17:17 UTC] derick@php.net
If this is Xdebug related, please file a bug report at https://bugs.xdebug.org
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Mar 19 10:01:30 2024 UTC