php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #74554 Stack overflow in zend_compile_simple_var_no_cv()
Submitted: 2017-05-08 10:25 UTC Modified: 2019-07-15 17:31 UTC
From: fumfi dot 255 at gmail dot com Assigned: cmb (profile)
Status: Wont fix Package: Scripting Engine problem
PHP Version: 7.1.4 OS: Ubuntu 16.04 x64
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2017-05-08 10:25 UTC] fumfi dot 255 at gmail dot com
Description:
------------
After some fuzz testing I found a crashing test case.

PHP 7.1.4 compiled from source with ASAN.

To reproduce: /php-7.1.4/sapi/cli/php php_so_zend_compile_simple_var_no_cv.php

ASAN report:

==398==ERROR: AddressSanitizer: stack-overflow on address 0x7ffffd5e6fa0 (pc 0x0000016d6e1d bp 0x7ffffd5e7120 sp 0x7ffffd5e6fa0 T0)
    #0 0x16d6e1c in zend_compile_simple_var_no_cv /XYZ/php-7.1.4/Zend/zend_compile.c:2605
    #1 0x16dea23 in zend_compile_simple_var /XYZ/php-7.1.4/Zend/zend_compile.c:2652:21
    #2 0x16dea23 in zend_compile_var /XYZ/php-7.1.4/Zend/zend_compile.c:8009
    #3 0x16c91cd in zend_compile_expr /XYZ/php-7.1.4/Zend/zend_compile.c:7901:4
    #4 0x16d6e75 in zend_compile_simple_var_no_cv /XYZ/php-7.1.4/Zend/zend_compile.c:2610:2
    #5 0x16dea23 in zend_compile_simple_var /XYZ/php-7.1.4/Zend/zend_compile.c:2652:21
    #6 0x16dea23 in zend_compile_var /XYZ/php-7.1.4/Zend/zend_compile.c:8009
    #7 0x16c91cd in zend_compile_expr /XYZ/php-7.1.4/Zend/zend_compile.c:7901:4
    #8 0x16d6e75 in zend_compile_simple_var_no_cv /XYZ/php-7.1.4/Zend/zend_compile.c:2610:2
    #9 0x16dea23 in zend_compile_simple_var /XYZ/php-7.1.4/Zend/zend_compile.c:2652:21
    #10 0x16dea23 in zend_compile_var /XYZ/php-7.1.4/Zend/zend_compile.c:8009
    #11 0x16c91cd in zend_compile_expr /XYZ/php-7.1.4/Zend/zend_compile.c:7901:4
    #12 0x16d6e75 in zend_compile_simple_var_no_cv /XYZ/php-7.1.4/Zend/zend_compile.c:2610:2
    #13 0x16dea23 in zend_compile_simple_var /XYZ/php-7.1.4/Zend/zend_compile.c:2652:21
    #14 0x16dea23 in zend_compile_var /XYZ/php-7.1.4/Zend/zend_compile.c:8009
    #15 0x16c91cd in zend_compile_expr /XYZ/php-7.1.4/Zend/zend_compile.c:7901:4
    #16 0x16d6e75 in zend_compile_simple_var_no_cv /XYZ/php-7.1.4/Zend/zend_compile.c:2610:2
    #17 0x16dea23 in zend_compile_simple_var /XYZ/php-7.1.4/Zend/zend_compile.c:2652:21
    #18 0x16dea23 in zend_compile_var /XYZ/php-7.1.4/Zend/zend_compile.c:8009
    #19 0x16c91cd in zend_compile_expr /XYZ/php-7.1.4/Zend/zend_compile.c:7901:4
    #20 0x16d6e75 in zend_compile_simple_var_no_cv /XYZ/php-7.1.4/Zend/zend_compile.c:2610:2
    #21 0x16dea23 in zend_compile_simple_var /XYZ/php-7.1.4/Zend/zend_compile.c:2652:21
    #22 0x16dea23 in zend_compile_var /XYZ/php-7.1.4/Zend/zend_compile.c:8009
    #23 0x16c91cd in zend_compile_expr /XYZ/php-7.1.4/Zend/zend_compile.c:7901:4
    #24 0x16d6e75 in zend_compile_simple_var_no_cv /XYZ/php-7.1.4/Zend/zend_compile.c:2610:2
    #25 0x16dea23 in zend_compile_simple_var /XYZ/php-7.1.4/Zend/zend_compile.c:2652:21
    #26 0x16dea23 in zend_compile_var /XYZ/php-7.1.4/Zend/zend_compile.c:8009
    #27 0x16c91cd in zend_compile_expr /XYZ/php-7.1.4/Zend/zend_compile.c:7901:4
    #28 0x16d6e75 in zend_compile_simple_var_no_cv /XYZ/php-7.1.4/Zend/zend_compile.c:2610:2
    #29 0x16dea23 in zend_compile_simple_var /XYZ/php-7.1.4/Zend/zend_compile.c:2652:21
    #30 0x16dea23 in zend_compile_var /XYZ/php-7.1.4/Zend/zend_compile.c:8009
    #31 0x16c91cd in zend_compile_expr /XYZ/php-7.1.4/Zend/zend_compile.c:7901:4
    #32 0x16d6e75 in zend_compile_simple_var_no_cv /XYZ/php-7.1.4/Zend/zend_compile.c:2610:2
    #33 0x16dea23 in zend_compile_simple_var /XYZ/php-7.1.4/Zend/zend_compile.c:2652:21
    #34 0x16dea23 in zend_compile_var /XYZ/php-7.1.4/Zend/zend_compile.c:8009
    #35 0x16c91cd in zend_compile_expr /XYZ/php-7.1.4/Zend/zend_compile.c:7901:4
    #36 0x16d6e75 in zend_compile_simple_var_no_cv /XYZ/php-7.1.4/Zend/zend_compile.c:2610:2
    #37 0x16dea23 in zend_compile_simple_var /XYZ/php-7.1.4/Zend/zend_compile.c:2652:21
    #38 0x16dea23 in zend_compile_var /XYZ/php-7.1.4/Zend/zend_compile.c:8009
    #39 0x16c91cd in zend_compile_expr /XYZ/php-7.1.4/Zend/zend_compile.c:7901:4
    #40 0x16d6e75 in zend_compile_simple_var_no_cv /XYZ/php-7.1.4/Zend/zend_compile.c:2610:2
    #41 0x16dea23 in zend_compile_simple_var /XYZ/php-7.1.4/Zend/zend_compile.c:2652:21
    #42 0x16dea23 in zend_compile_var /XYZ/php-7.1.4/Zend/zend_compile.c:8009
    #43 0x16c91cd in zend_compile_expr /XYZ/php-7.1.4/Zend/zend_compile.c:7901:4
    #44 0x16d6e75 in zend_compile_simple_var_no_cv /XYZ/php-7.1.4/Zend/zend_compile.c:2610:2
    #45 0x16dea23 in zend_compile_simple_var /XYZ/php-7.1.4/Zend/zend_compile.c:2652:21
    #46 0x16dea23 in zend_compile_var /XYZ/php-7.1.4/Zend/zend_compile.c:8009
    #47 0x16c91cd in zend_compile_expr /XYZ/php-7.1.4/Zend/zend_compile.c:7901:4
    #48 0x16d6e75 in zend_compile_simple_var_no_cv /XYZ/php-7.1.4/Zend/zend_compile.c:2610:2
    #49 0x16dea23 in zend_compile_simple_var /XYZ/php-7.1.4/Zend/zend_compile.c:2652:21
    #50 0x16dea23 in zend_compile_var /XYZ/php-7.1.4/Zend/zend_compile.c:8009
    #51 0x16c91cd in zend_compile_expr /XYZ/php-7.1.4/Zend/zend_compile.c:7901:4
    #52 0x16d6e75 in zend_compile_simple_var_no_cv /XYZ/php-7.1.4/Zend/zend_compile.c:2610:2
    #53 0x16dea23 in zend_compile_simple_var /XYZ/php-7.1.4/Zend/zend_compile.c:2652:21
    #54 0x16dea23 in zend_compile_var /XYZ/php-7.1.4/Zend/zend_compile.c:8009
    #55 0x16c91cd in zend_compile_expr /XYZ/php-7.1.4/Zend/zend_compile.c:7901:4
    #56 0x16d6e75 in zend_compile_simple_var_no_cv /XYZ/php-7.1.4/Zend/zend_compile.c:2610:2
    #57 0x16dea23 in zend_compile_simple_var /XYZ/php-7.1.4/Zend/zend_compile.c:2652:21
    #58 0x16dea23 in zend_compile_var /XYZ/php-7.1.4/Zend/zend_compile.c:8009
    #59 0x16c91cd in zend_compile_expr /XYZ/php-7.1.4/Zend/zend_compile.c:7901:4
    #60 0x16d6e75 in zend_compile_simple_var_no_cv /XYZ/php-7.1.4/Zend/zend_compile.c:2610:2
    #61 0x16dea23 in zend_compile_simple_var /XYZ/php-7.1.4/Zend/zend_compile.c:2652:21
    #62 0x16dea23 in zend_compile_var /XYZ/php-7.1.4/Zend/zend_compile.c:8009
    #63 0x16c91cd in zend_compile_expr /XYZ/php-7.1.4/Zend/zend_compile.c:7901:4
    #64 0x16d6e75 in zend_compile_simple_var_no_cv /XYZ/php-7.1.4/Zend/zend_compile.c:2610:2
    #65 0x16dea23 in zend_compile_simple_var /XYZ/php-7.1.4/Zend/zend_compile.c:2652:21
    #66 0x16dea23 in zend_compile_var /XYZ/php-7.1.4/Zend/zend_compile.c:8009
    #67 0x16c91cd in zend_compile_expr /XYZ/php-7.1.4/Zend/zend_compile.c:7901:4
    #68 0x16d6e75 in zend_compile_simple_var_no_cv /XYZ/php-7.1.4/Zend/zend_compile.c:2610:2
    #69 0x16dea23 in zend_compile_simple_var /XYZ/php-7.1.4/Zend/zend_compile.c:2652:21
    #70 0x16dea23 in zend_compile_var /XYZ/php-7.1.4/Zend/zend_compile.c:8009
    #71 0x16c91cd in zend_compile_expr /XYZ/php-7.1.4/Zend/zend_compile.c:7901:4
    #72 0x16d6e75 in zend_compile_simple_var_no_cv /XYZ/php-7.1.4/Zend/zend_compile.c:2610:2
    #73 0x16dea23 in zend_compile_simple_var /XYZ/php-7.1.4/Zend/zend_compile.c:2652:21
    #74 0x16dea23 in zend_compile_var /XYZ/php-7.1.4/Zend/zend_compile.c:8009
    #75 0x16c91cd in zend_compile_expr /XYZ/php-7.1.4/Zend/zend_compile.c:7901:4
    #76 0x16d6e75 in zend_compile_simple_var_no_cv /XYZ/php-7.1.4/Zend/zend_compile.c:2610:2
    #77 0x16dea23 in zend_compile_simple_var /XYZ/php-7.1.4/Zend/zend_compile.c:2652:21
    #78 0x16dea23 in zend_compile_var /XYZ/php-7.1.4/Zend/zend_compile.c:8009
    #79 0x16c91cd in zend_compile_expr /XYZ/php-7.1.4/Zend/zend_compile.c:7901:4
    #80 0x16d6e75 in zend_compile_simple_var_no_cv /XYZ/php-7.1.4/Zend/zend_compile.c:2610:2
    #81 0x16dea23 in zend_compile_simple_var /XYZ/php-7.1.4/Zend/zend_compile.c:2652:21
    #82 0x16dea23 in zend_compile_var /XYZ/php-7.1.4/Zend/zend_compile.c:8009
    #83 0x16c91cd in zend_compile_expr /XYZ/php-7.1.4/Zend/zend_compile.c:7901:4
    #84 0x16d6e75 in zend_compile_simple_var_no_cv /XYZ/php-7.1.4/Zend/zend_compile.c:2610:2
    #85 0x16dea23 in zend_compile_simple_var /XYZ/php-7.1.4/Zend/zend_compile.c:2652:21
    #86 0x16dea23 in zend_compile_var /XYZ/php-7.1.4/Zend/zend_compile.c:8009
    #87 0x16c91cd in zend_compile_expr /XYZ/php-7.1.4/Zend/zend_compile.c:7901:4
    #88 0x16d6e75 in zend_compile_simple_var_no_cv /XYZ/php-7.1.4/Zend/zend_compile.c:2610:2
    #89 0x16dea23 in zend_compile_simple_var /XYZ/php-7.1.4/Zend/zend_compile.c:2652:21
    #90 0x16dea23 in zend_compile_var /XYZ/php-7.1.4/Zend/zend_compile.c:8009
    #91 0x16c91cd in zend_compile_expr /XYZ/php-7.1.4/Zend/zend_compile.c:7901:4
    #92 0x16d6e75 in zend_compile_simple_var_no_cv /XYZ/php-7.1.4/Zend/zend_compile.c:2610:2
    #93 0x16dea23 in zend_compile_simple_var /XYZ/php-7.1.4/Zend/zend_compile.c:2652:21
    #94 0x16dea23 in zend_compile_var /XYZ/php-7.1.4/Zend/zend_compile.c:8009
    #95 0x16c91cd in zend_compile_expr /XYZ/php-7.1.4/Zend/zend_compile.c:7901:4
    #96 0x16d6e75 in zend_compile_simple_var_no_cv /XYZ/php-7.1.4/Zend/zend_compile.c:2610:2
    #97 0x16dea23 in zend_compile_simple_var /XYZ/php-7.1.4/Zend/zend_compile.c:2652:21
    #98 0x16dea23 in zend_compile_var /XYZ/php-7.1.4/Zend/zend_compile.c:8009
    #99 0x16c91cd in zend_compile_expr /XYZ/php-7.1.4/Zend/zend_compile.c:7901:4
    #100 0x16d6e75 in zend_compile_simple_var_no_cv /XYZ/php-7.1.4/Zend/zend_compile.c:2610:2
    #101 0x16dea23 in zend_compile_simple_var /XYZ/php-7.1.4/Zend/zend_compile.c:2652:21
    #102 0x16dea23 in zend_compile_var /XYZ/php-7.1.4/Zend/zend_compile.c:8009
    #103 0x16c91cd in zend_compile_expr /XYZ/php-7.1.4/Zend/zend_compile.c:7901:4
    #104 0x16d6e75 in zend_compile_simple_var_no_cv /XYZ/php-7.1.4/Zend/zend_compile.c:2610:2
    #105 0x16dea23 in zend_compile_simple_var /XYZ/php-7.1.4/Zend/zend_compile.c:2652:21
    #106 0x16dea23 in zend_compile_var /XYZ/php-7.1.4/Zend/zend_compile.c:8009
    #107 0x16c91cd in zend_compile_expr /XYZ/php-7.1.4/Zend/zend_compile.c:7901:4
    #108 0x16d6e75 in zend_compile_simple_var_no_cv /XYZ/php-7.1.4/Zend/zend_compile.c:2610:2
    #109 0x16dea23 in zend_compile_simple_var /XYZ/php-7.1.4/Zend/zend_compile.c:2652:21
    #110 0x16dea23 in zend_compile_var /XYZ/php-7.1.4/Zend/zend_compile.c:8009
    #111 0x16c91cd in zend_compile_expr /XYZ/php-7.1.4/Zend/zend_compile.c:7901:4
    #112 0x16d6e75 in zend_compile_simple_var_no_cv /XYZ/php-7.1.4/Zend/zend_compile.c:2610:2
    #113 0x16dea23 in zend_compile_simple_var /XYZ/php-7.1.4/Zend/zend_compile.c:2652:21
    #114 0x16dea23 in zend_compile_var /XYZ/php-7.1.4/Zend/zend_compile.c:8009
    #115 0x16c91cd in zend_compile_expr /XYZ/php-7.1.4/Zend/zend_compile.c:7901:4
    #116 0x16d6e75 in zend_compile_simple_var_no_cv /XYZ/php-7.1.4/Zend/zend_compile.c:2610:2
    #117 0x16dea23 in zend_compile_simple_var /XYZ/php-7.1.4/Zend/zend_compile.c:2652:21
    #118 0x16dea23 in zend_compile_var /XYZ/php-7.1.4/Zend/zend_compile.c:8009
    #119 0x16c91cd in zend_compile_expr /XYZ/php-7.1.4/Zend/zend_compile.c:7901:4
    #120 0x16d6e75 in zend_compile_simple_var_no_cv /XYZ/php-7.1.4/Zend/zend_compile.c:2610:2
    #121 0x16dea23 in zend_compile_simple_var /XYZ/php-7.1.4/Zend/zend_compile.c:2652:21
    #122 0x16dea23 in zend_compile_var /XYZ/php-7.1.4/Zend/zend_compile.c:8009
    #123 0x16c91cd in zend_compile_expr /XYZ/php-7.1.4/Zend/zend_compile.c:7901:4
    #124 0x16d6e75 in zend_compile_simple_var_no_cv /XYZ/php-7.1.4/Zend/zend_compile.c:2610:2
    #125 0x16dea23 in zend_compile_simple_var /XYZ/php-7.1.4/Zend/zend_compile.c:2652:21
    #126 0x16dea23 in zend_compile_var /XYZ/php-7.1.4/Zend/zend_compile.c:8009
    #127 0x16c91cd in zend_compile_expr /XYZ/php-7.1.4/Zend/zend_compile.c:7901:4
    #128 0x16d6e75 in zend_compile_simple_var_no_cv /XYZ/php-7.1.4/Zend/zend_compile.c:2610:2
    #129 0x16dea23 in zend_compile_simple_var /XYZ/php-7.1.4/Zend/zend_compile.c:2652:21
    #130 0x16dea23 in zend_compile_var /XYZ/php-7.1.4/Zend/zend_compile.c:8009
    #131 0x16c91cd in zend_compile_expr /XYZ/php-7.1.4/Zend/zend_compile.c:7901:4
    #132 0x16d6e75 in zend_compile_simple_var_no_cv /XYZ/php-7.1.4/Zend/zend_compile.c:2610:2
    #133 0x16dea23 in zend_compile_simple_var /XYZ/php-7.1.4/Zend/zend_compile.c:2652:21
    #134 0x16dea23 in zend_compile_var /XYZ/php-7.1.4/Zend/zend_compile.c:8009
    #135 0x16c91cd in zend_compile_expr /XYZ/php-7.1.4/Zend/zend_compile.c:7901:4
    #136 0x16d6e75 in zend_compile_simple_var_no_cv /XYZ/php-7.1.4/Zend/zend_compile.c:2610:2
    #137 0x16dea23 in zend_compile_simple_var /XYZ/php-7.1.4/Zend/zend_compile.c:2652:21
    #138 0x16dea23 in zend_compile_var /XYZ/php-7.1.4/Zend/zend_compile.c:8009
    #139 0x16c91cd in zend_compile_expr /XYZ/php-7.1.4/Zend/zend_compile.c:7901:4
    #140 0x16d6e75 in zend_compile_simple_var_no_cv /XYZ/php-7.1.4/Zend/zend_compile.c:2610:2
    #141 0x16dea23 in zend_compile_simple_var /XYZ/php-7.1.4/Zend/zend_compile.c:2652:21
    #142 0x16dea23 in zend_compile_var /XYZ/php-7.1.4/Zend/zend_compile.c:8009
    #143 0x16c91cd in zend_compile_expr /XYZ/php-7.1.4/Zend/zend_compile.c:7901:4
    #144 0x16d6e75 in zend_compile_simple_var_no_cv /XYZ/php-7.1.4/Zend/zend_compile.c:2610:2
    #145 0x16dea23 in zend_compile_simple_var /XYZ/php-7.1.4/Zend/zend_compile.c:2652:21
    #146 0x16dea23 in zend_compile_var /XYZ/php-7.1.4/Zend/zend_compile.c:8009
    #147 0x16c91cd in zend_compile_expr /XYZ/php-7.1.4/Zend/zend_compile.c:7901:4
    #148 0x16d6e75 in zend_compile_simple_var_no_cv /XYZ/php-7.1.4/Zend/zend_compile.c:2610:2
    #149 0x16dea23 in zend_compile_simple_var /XYZ/php-7.1.4/Zend/zend_compile.c:2652:21
    #150 0x16dea23 in zend_compile_var /XYZ/php-7.1.4/Zend/zend_compile.c:8009
    #151 0x16c91cd in zend_compile_expr /XYZ/php-7.1.4/Zend/zend_compile.c:7901:4
    #152 0x16d6e75 in zend_compile_simple_var_no_cv /XYZ/php-7.1.4/Zend/zend_compile.c:2610:2
    #153 0x16dea23 in zend_compile_simple_var /XYZ/php-7.1.4/Zend/zend_compile.c:2652:21
    #154 0x16dea23 in zend_compile_var /XYZ/php-7.1.4/Zend/zend_compile.c:8009
    #155 0x16c91cd in zend_compile_expr /XYZ/php-7.1.4/Zend/zend_compile.c:7901:4
    #156 0x16d6e75 in zend_compile_simple_var_no_cv /XYZ/php-7.1.4/Zend/zend_compile.c:2610:2
    #157 0x16dea23 in zend_compile_simple_var /XYZ/php-7.1.4/Zend/zend_compile.c:2652:21
    #158 0x16dea23 in zend_compile_var /XYZ/php-7.1.4/Zend/zend_compile.c:8009
    #159 0x16c91cd in zend_compile_expr /XYZ/php-7.1.4/Zend/zend_compile.c:7901:4
    #160 0x16d6e75 in zend_compile_simple_var_no_cv /XYZ/php-7.1.4/Zend/zend_compile.c:2610:2
    #161 0x16dea23 in zend_compile_simple_var /XYZ/php-7.1.4/Zend/zend_compile.c:2652:21
    #162 0x16dea23 in zend_compile_var /XYZ/php-7.1.4/Zend/zend_compile.c:8009
    #163 0x16c91cd in zend_compile_expr /XYZ/php-7.1.4/Zend/zend_compile.c:7901:4
    #164 0x16d6e75 in zend_compile_simple_var_no_cv /XYZ/php-7.1.4/Zend/zend_compile.c:2610:2
    #165 0x16dea23 in zend_compile_simple_var /XYZ/php-7.1.4/Zend/zend_compile.c:2652:21
    #166 0x16dea23 in zend_compile_var /XYZ/php-7.1.4/Zend/zend_compile.c:8009
    #167 0x16c91cd in zend_compile_expr /XYZ/php-7.1.4/Zend/zend_compile.c:7901:4
    #168 0x16d6e75 in zend_compile_simple_var_no_cv /XYZ/php-7.1.4/Zend/zend_compile.c:2610:2
    #169 0x16dea23 in zend_compile_simple_var /XYZ/php-7.1.4/Zend/zend_compile.c:2652:21
    #170 0x16dea23 in zend_compile_var /XYZ/php-7.1.4/Zend/zend_compile.c:8009
    #171 0x16c91cd in zend_compile_expr /XYZ/php-7.1.4/Zend/zend_compile.c:7901:4
    #172 0x16d6e75 in zend_compile_simple_var_no_cv /XYZ/php-7.1.4/Zend/zend_compile.c:2610:2
    #173 0x16dea23 in zend_compile_simple_var /XYZ/php-7.1.4/Zend/zend_compile.c:2652:21
    #174 0x16dea23 in zend_compile_var /XYZ/php-7.1.4/Zend/zend_compile.c:8009
    #175 0x16c91cd in zend_compile_expr /XYZ/php-7.1.4/Zend/zend_compile.c:7901:4
    #176 0x16d6e75 in zend_compile_simple_var_no_cv /XYZ/php-7.1.4/Zend/zend_compile.c:2610:2
    #177 0x16dea23 in zend_compile_simple_var /XYZ/php-7.1.4/Zend/zend_compile.c:2652:21
    #178 0x16dea23 in zend_compile_var /XYZ/php-7.1.4/Zend/zend_compile.c:8009
    #179 0x16c91cd in zend_compile_expr /XYZ/php-7.1.4/Zend/zend_compile.c:7901:4
    #180 0x16d6e75 in zend_compile_simple_var_no_cv /XYZ/php-7.1.4/Zend/zend_compile.c:2610:2
    #181 0x16dea23 in zend_compile_simple_var /XYZ/php-7.1.4/Zend/zend_compile.c:2652:21
    #182 0x16dea23 in zend_compile_var /XYZ/php-7.1.4/Zend/zend_compile.c:8009
    #183 0x16c91cd in zend_compile_expr /XYZ/php-7.1.4/Zend/zend_compile.c:7901:4
    #184 0x16d6e75 in zend_compile_simple_var_no_cv /XYZ/php-7.1.4/Zend/zend_compile.c:2610:2
    #185 0x16dea23 in zend_compile_simple_var /XYZ/php-7.1.4/Zend/zend_compile.c:2652:21
    #186 0x16dea23 in zend_compile_var /XYZ/php-7.1.4/Zend/zend_compile.c:8009
    #187 0x16c91cd in zend_compile_expr /XYZ/php-7.1.4/Zend/zend_compile.c:7901:4
    #188 0x16d6e75 in zend_compile_simple_var_no_cv /XYZ/php-7.1.4/Zend/zend_compile.c:2610:2
    #189 0x16dea23 in zend_compile_simple_var /XYZ/php-7.1.4/Zend/zend_compile.c:2652:21
    #190 0x16dea23 in zend_compile_var /XYZ/php-7.1.4/Zend/zend_compile.c:8009
    #191 0x16c91cd in zend_compile_expr /XYZ/php-7.1.4/Zend/zend_compile.c:7901:4
    #192 0x16d6e75 in zend_compile_simple_var_no_cv /XYZ/php-7.1.4/Zend/zend_compile.c:2610:2
    #193 0x16dea23 in zend_compile_simple_var /XYZ/php-7.1.4/Zend/zend_compile.c:2652:21
    #194 0x16dea23 in zend_compile_var /XYZ/php-7.1.4/Zend/zend_compile.c:8009
    #195 0x16c91cd in zend_compile_expr /XYZ/php-7.1.4/Zend/zend_compile.c:7901:4
    #196 0x16d6e75 in zend_compile_simple_var_no_cv /XYZ/php-7.1.4/Zend/zend_compile.c:2610:2
    #197 0x16dea23 in zend_compile_simple_var /XYZ/php-7.1.4/Zend/zend_compile.c:2652:21
    #198 0x16dea23 in zend_compile_var /XYZ/php-7.1.4/Zend/zend_compile.c:8009
    #199 0x16c91cd in zend_compile_expr /XYZ/php-7.1.4/Zend/zend_compile.c:7901:4
    #200 0x16d6e75 in zend_compile_simple_var_no_cv /XYZ/php-7.1.4/Zend/zend_compile.c:2610:2
    #201 0x16dea23 in zend_compile_simple_var /XYZ/php-7.1.4/Zend/zend_compile.c:2652:21
    #202 0x16dea23 in zend_compile_var /XYZ/php-7.1.4/Zend/zend_compile.c:8009
    #203 0x16c91cd in zend_compile_expr /XYZ/php-7.1.4/Zend/zend_compile.c:7901:4
    #204 0x16d6e75 in zend_compile_simple_var_no_cv /XYZ/php-7.1.4/Zend/zend_compile.c:2610:2
    #205 0x16dea23 in zend_compile_simple_var /XYZ/php-7.1.4/Zend/zend_compile.c:2652:21
    #206 0x16dea23 in zend_compile_var /XYZ/php-7.1.4/Zend/zend_compile.c:8009
    #207 0x16c91cd in zend_compile_expr /XYZ/php-7.1.4/Zend/zend_compile.c:7901:4
    #208 0x16d6e75 in zend_compile_simple_var_no_cv /XYZ/php-7.1.4/Zend/zend_compile.c:2610:2
    #209 0x16dea23 in zend_compile_simple_var /XYZ/php-7.1.4/Zend/zend_compile.c:2652:21
    #210 0x16dea23 in zend_compile_var /XYZ/php-7.1.4/Zend/zend_compile.c:8009
    #211 0x16c91cd in zend_compile_expr /XYZ/php-7.1.4/Zend/zend_compile.c:7901:4
    #212 0x16d6e75 in zend_compile_simple_var_no_cv /XYZ/php-7.1.4/Zend/zend_compile.c:2610:2
    #213 0x16dea23 in zend_compile_simple_var /XYZ/php-7.1.4/Zend/zend_compile.c:2652:21
    #214 0x16dea23 in zend_compile_var /XYZ/php-7.1.4/Zend/zend_compile.c:8009
    #215 0x16c91cd in zend_compile_expr /XYZ/php-7.1.4/Zend/zend_compile.c:7901:4
    #216 0x16d6e75 in zend_compile_simple_var_no_cv /XYZ/php-7.1.4/Zend/zend_compile.c:2610:2
    #217 0x16dea23 in zend_compile_simple_var /XYZ/php-7.1.4/Zend/zend_compile.c:2652:21
    #218 0x16dea23 in zend_compile_var /XYZ/php-7.1.4/Zend/zend_compile.c:8009
    #219 0x16c91cd in zend_compile_expr /XYZ/php-7.1.4/Zend/zend_compile.c:7901:4
    #220 0x16d6e75 in zend_compile_simple_var_no_cv /XYZ/php-7.1.4/Zend/zend_compile.c:2610:2
    #221 0x16dea23 in zend_compile_simple_var /XYZ/php-7.1.4/Zend/zend_compile.c:2652:21
    #222 0x16dea23 in zend_compile_var /XYZ/php-7.1.4/Zend/zend_compile.c:8009
    #223 0x16c91cd in zend_compile_expr /XYZ/php-7.1.4/Zend/zend_compile.c:7901:4
    #224 0x16d6e75 in zend_compile_simple_var_no_cv /XYZ/php-7.1.4/Zend/zend_compile.c:2610:2
    #225 0x16dea23 in zend_compile_simple_var /XYZ/php-7.1.4/Zend/zend_compile.c:2652:21
    #226 0x16dea23 in zend_compile_var /XYZ/php-7.1.4/Zend/zend_compile.c:8009
    #227 0x16c91cd in zend_compile_expr /XYZ/php-7.1.4/Zend/zend_compile.c:7901:4
    #228 0x16d6e75 in zend_compile_simple_var_no_cv /XYZ/php-7.1.4/Zend/zend_compile.c:2610:2
    #229 0x16dea23 in zend_compile_simple_var /XYZ/php-7.1.4/Zend/zend_compile.c:2652:21
    #230 0x16dea23 in zend_compile_var /XYZ/php-7.1.4/Zend/zend_compile.c:8009
    #231 0x16c91cd in zend_compile_expr /XYZ/php-7.1.4/Zend/zend_compile.c:7901:4
    #232 0x16d6e75 in zend_compile_simple_var_no_cv /XYZ/php-7.1.4/Zend/zend_compile.c:2610:2
    #233 0x16dea23 in zend_compile_simple_var /XYZ/php-7.1.4/Zend/zend_compile.c:2652:21
    #234 0x16dea23 in zend_compile_var /XYZ/php-7.1.4/Zend/zend_compile.c:8009
    #235 0x16c91cd in zend_compile_expr /XYZ/php-7.1.4/Zend/zend_compile.c:7901:4
    #236 0x16d6e75 in zend_compile_simple_var_no_cv /XYZ/php-7.1.4/Zend/zend_compile.c:2610:2
    #237 0x16dea23 in zend_compile_simple_var /XYZ/php-7.1.4/Zend/zend_compile.c:2652:21
    #238 0x16dea23 in zend_compile_var /XYZ/php-7.1.4/Zend/zend_compile.c:8009
    #239 0x16c91cd in zend_compile_expr /XYZ/php-7.1.4/Zend/zend_compile.c:7901:4
    #240 0x16d6e75 in zend_compile_simple_var_no_cv /XYZ/php-7.1.4/Zend/zend_compile.c:2610:2
    #241 0x16dea23 in zend_compile_simple_var /XYZ/php-7.1.4/Zend/zend_compile.c:2652:21
    #242 0x16dea23 in zend_compile_var /XYZ/php-7.1.4/Zend/zend_compile.c:8009
    #243 0x16c91cd in zend_compile_expr /XYZ/php-7.1.4/Zend/zend_compile.c:7901:4
    #244 0x16d6e75 in zend_compile_simple_var_no_cv /XYZ/php-7.1.4/Zend/zend_compile.c:2610:2
    #245 0x16dea23 in zend_compile_simple_var /XYZ/php-7.1.4/Zend/zend_compile.c:2652:21
    #246 0x16dea23 in zend_compile_var /XYZ/php-7.1.4/Zend/zend_compile.c:8009
    #247 0x16c91cd in zend_compile_expr /XYZ/php-7.1.4/Zend/zend_compile.c:7901:4
    #248 0x16d6e75 in zend_compile_simple_var_no_cv /XYZ/php-7.1.4/Zend/zend_compile.c:2610:2
    #249 0x16dea23 in zend_compile_simple_var /XYZ/php-7.1.4/Zend/zend_compile.c:2652:21
    #250 0x16dea23 in zend_compile_var /XYZ/php-7.1.4/Zend/zend_compile.c:8009
    #251 0x16c91cd in zend_compile_expr /XYZ/php-7.1.4/Zend/zend_compile.c:7901:4
    #252 0x16d6e75 in zend_compile_simple_var_no_cv /XYZ/php-7.1.4/Zend/zend_compile.c:2610:2
    #253 0x16dea23 in zend_compile_simple_var /XYZ/php-7.1.4/Zend/zend_compile.c:2652:21
    #254 0x16dea23 in zend_compile_var /XYZ/php-7.1.4/Zend/zend_compile.c:8009
    #255 0x16c91cd in zend_compile_expr /XYZ/php-7.1.4/Zend/zend_compile.c:7901:4
    #256 0x16d6e75 in zend_compile_simple_var_no_cv /XYZ/php-7.1.4/Zend/zend_compile.c:2610:2
    #257 0x16dea23 in zend_compile_simple_var /XYZ/php-7.1.4/Zend/zend_compile.c:2652:21
    #258 0x16dea23 in zend_compile_var /XYZ/php-7.1.4/Zend/zend_compile.c:8009
    #259 0x16c91cd in zend_compile_expr /XYZ/php-7.1.4/Zend/zend_compile.c:7901:4
    #260 0x16d6e75 in zend_compile_simple_var_no_cv /XYZ/php-7.1.4/Zend/zend_compile.c:2610:2
    #261 0x16dea23 in zend_compile_simple_var /XYZ/php-7.1.4/Zend/zend_compile.c:2652:21
    #262 0x16dea23 in zend_compile_var /XYZ/php-7.1.4/Zend/zend_compile.c:8009
    #263 0x16c91cd in zend_compile_expr /XYZ/php-7.1.4/Zend/zend_compile.c:7901:4
    #264 0x16d6e75 in zend_compile_simple_var_no_cv /XYZ/php-7.1.4/Zend/zend_compile.c:2610:2
    #265 0x16dea23 in zend_compile_simple_var /XYZ/php-7.1.4/Zend/zend_compile.c:2652:21
    #266 0x16dea23 in zend_compile_var /XYZ/php-7.1.4/Zend/zend_compile.c:8009
    #267 0x16c91cd in zend_compile_expr /XYZ/php-7.1.4/Zend/zend_compile.c:7901:4
    #268 0x16d6e75 in zend_compile_simple_var_no_cv /XYZ/php-7.1.4/Zend/zend_compile.c:2610:2
    #269 0x16dea23 in zend_compile_simple_var /XYZ/php-7.1.4/Zend/zend_compile.c:2652:21
    #270 0x16dea23 in zend_compile_var /XYZ/php-7.1.4/Zend/zend_compile.c:8009
    #271 0x16c91cd in zend_compile_expr /XYZ/php-7.1.4/Zend/zend_compile.c:7901:4
    #272 0x16d6e75 in zend_compile_simple_var_no_cv /XYZ/php-7.1.4/Zend/zend_compile.c:2610:2
    #273 0x16dea23 in zend_compile_simple_var /XYZ/php-7.1.4/Zend/zend_compile.c:2652:21
    #274 0x16dea23 in zend_compile_var /XYZ/php-7.1.4/Zend/zend_compile.c:8009
    #275 0x16c91cd in zend_compile_expr /XYZ/php-7.1.4/Zend/zend_compile.c:7901:4
    #276 0x16d6e75 in zend_compile_simple_var_no_cv /XYZ/php-7.1.4/Zend/zend_compile.c:2610:2
    #277 0x16dea23 in zend_compile_simple_var /XYZ/php-7.1.4/Zend/zend_compile.c:2652:21
    #278 0x16dea23 in zend_compile_var /XYZ/php-7.1.4/Zend/zend_compile.c:8009
    #279 0x16c91cd in zend_compile_expr /XYZ/php-7.1.4/Zend/zend_compile.c:7901:4
    #280 0x16d6e75 in zend_compile_simple_var_no_cv /XYZ/php-7.1.4/Zend/zend_compile.c:2610:2
    #281 0x16dea23 in zend_compile_simple_var /XYZ/php-7.1.4/Zend/zend_compile.c:2652:21
    #282 0x16dea23 in zend_compile_var /XYZ/php-7.1.4/Zend/zend_compile.c:8009
    #283 0x16c91cd in zend_compile_expr /XYZ/php-7.1.4/Zend/zend_compile.c:7901:4
    #284 0x16d6e75 in zend_compile_simple_var_no_cv /XYZ/php-7.1.4/Zend/zend_compile.c:2610:2
    #285 0x16dea23 in zend_compile_simple_var /XYZ/php-7.1.4/Zend/zend_compile.c:2652:21
    #286 0x16dea23 in zend_compile_var /XYZ/php-7.1.4/Zend/zend_compile.c:8009
    #287 0x16c91cd in zend_compile_expr /XYZ/php-7.1.4/Zend/zend_compile.c:7901:4
    #288 0x16d6e75 in zend_compile_simple_var_no_cv /XYZ/php-7.1.4/Zend/zend_compile.c:2610:2
    #289 0x16dea23 in zend_compile_simple_var /XYZ/php-7.1.4/Zend/zend_compile.c:2652:21
    #290 0x16dea23 in zend_compile_var /XYZ/php-7.1.4/Zend/zend_compile.c:8009
    #291 0x16c91cd in zend_compile_expr /XYZ/php-7.1.4/Zend/zend_compile.c:7901:4
    #292 0x16d6e75 in zend_compile_simple_var_no_cv /XYZ/php-7.1.4/Zend/zend_compile.c:2610:2
    #293 0x16dea23 in zend_compile_simple_var /XYZ/php-7.1.4/Zend/zend_compile.c:2652:21
    #294 0x16dea23 in zend_compile_var /XYZ/php-7.1.4/Zend/zend_compile.c:8009
    #295 0x16c91cd in zend_compile_expr /XYZ/php-7.1.4/Zend/zend_compile.c:7901:4
    #296 0x16d6e75 in zend_compile_simple_var_no_cv /XYZ/php-7.1.4/Zend/zend_compile.c:2610:2
    #297 0x16dea23 in zend_compile_simple_var /XYZ/php-7.1.4/Zend/zend_compile.c:2652:21
    #298 0x16dea23 in zend_compile_var /XYZ/php-7.1.4/Zend/zend_compile.c:8009
    #299 0x16c91cd in zend_compile_expr /XYZ/php-7.1.4/Zend/zend_compile.c:7901:4
    #300 0x16d6e75 in zend_compile_simple_var_no_cv /XYZ/php-7.1.4/Zend/zend_compile.c:2610:2
    #301 0x16dea23 in zend_compile_simple_var /XYZ/php-7.1.4/Zend/zend_compile.c:2652:21
    #302 0x16dea23 in zend_compile_var /XYZ/php-7.1.4/Zend/zend_compile.c:8009
    #303 0x16c91cd in zend_compile_expr /XYZ/php-7.1.4/Zend/zend_compile.c:7901:4
    #304 0x16d6e75 in zend_compile_simple_var_no_cv /XYZ/php-7.1.4/Zend/zend_compile.c:2610:2
    #305 0x16dea23 in zend_compile_simple_var /XYZ/php-7.1.4/Zend/zend_compile.c:2652:21
    #306 0x16dea23 in zend_compile_var /XYZ/php-7.1.4/Zend/zend_compile.c:8009
    #307 0x16c91cd in zend_compile_expr /XYZ/php-7.1.4/Zend/zend_compile.c:7901:4
    #308 0x16d6e75 in zend_compile_simple_var_no_cv /XYZ/php-7.1.4/Zend/zend_compile.c:2610:2
    #309 0x16dea23 in zend_compile_simple_var /XYZ/php-7.1.4/Zend/zend_compile.c:2652:21
    #310 0x16dea23 in zend_compile_var /XYZ/php-7.1.4/Zend/zend_compile.c:8009
    #311 0x16c91cd in zend_compile_expr /XYZ/php-7.1.4/Zend/zend_compile.c:7901:4
    #312 0x16d6e75 in zend_compile_simple_var_no_cv /XYZ/php-7.1.4/Zend/zend_compile.c:2610:2
    #313 0x16dea23 in zend_compile_simple_var /XYZ/php-7.1.4/Zend/zend_compile.c:2652:21
    #314 0x16dea23 in zend_compile_var /XYZ/php-7.1.4/Zend/zend_compile.c:8009
    #315 0x16c91cd in zend_compile_expr /XYZ/php-7.1.4/Zend/zend_compile.c:7901:4
    #316 0x16d6e75 in zend_compile_simple_var_no_cv /XYZ/php-7.1.4/Zend/zend_compile.c:2610:2
    #317 0x16dea23 in zend_compile_simple_var /XYZ/php-7.1.4/Zend/zend_compile.c:2652:21
    #318 0x16dea23 in zend_compile_var /XYZ/php-7.1.4/Zend/zend_compile.c:8009
    #319 0x16c91cd in zend_compile_expr /XYZ/php-7.1.4/Zend/zend_compile.c:7901:4
    #320 0x16d6e75 in zend_compile_simple_var_no_cv /XYZ/php-7.1.4/Zend/zend_compile.c:2610:2
    #321 0x16dea23 in zend_compile_simple_var /XYZ/php-7.1.4/Zend/zend_compile.c:2652:21
    #322 0x16dea23 in zend_compile_var /XYZ/php-7.1.4/Zend/zend_compile.c:8009
    #323 0x16c91cd in zend_compile_expr /XYZ/php-7.1.4/Zend/zend_compile.c:7901:4
    #324 0x16d6e75 in zend_compile_simple_var_no_cv /XYZ/php-7.1.4/Zend/zend_compile.c:2610:2
    #325 0x16dea23 in zend_compile_simple_var /XYZ/php-7.1.4/Zend/zend_compile.c:2652:21
    #326 0x16dea23 in zend_compile_var /XYZ/php-7.1.4/Zend/zend_compile.c:8009
    #327 0x16c91cd in zend_compile_expr /XYZ/php-7.1.4/Zend/zend_compile.c:7901:4
    #328 0x16d6e75 in zend_compile_simple_var_no_cv /XYZ/php-7.1.4/Zend/zend_compile.c:2610:2
    #329 0x16dea23 in zend_compile_simple_var /XYZ/php-7.1.4/Zend/zend_compile.c:2652:21
    #330 0x16dea23 in zend_compile_var /XYZ/php-7.1.4/Zend/zend_compile.c:8009
    #331 0x16c91cd in zend_compile_expr /XYZ/php-7.1.4/Zend/zend_compile.c:7901:4
    #332 0x16d6e75 in zend_compile_simple_var_no_cv /XYZ/php-7.1.4/Zend/zend_compile.c:2610:2

SUMMARY: AddressSanitizer: stack-overflow /XYZ/php-7.1.4/Zend/zend_compile.c:2605 in zend_compile_simple_var_no_cv
==398==ABORTING

Test script:
---------------
File: https://frankowicz.me/storage/crashes/php_so_zend_compile_simple_var_no_cv.txt

Please change extension to ".php"


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2017-05-08 17:09 UTC] cmb@php.net
-Package: *General Issues +Package: Scripting Engine problem
 [2017-05-09 02:44 UTC] laruence@php.net
for me, this seems an expected issue, you have too many $'s and a small stack size limitation...
 [2019-07-15 17:31 UTC] cmb@php.net
-Status: Open +Status: Wont fix -Assigned To: +Assigned To: cmb
 [2019-07-15 17:31 UTC] cmb@php.net
Like @laruence said: this is an expectable stack-overflow.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 17:01:28 2024 UTC