mirror of
https://github.com/php/php-src.git
synced 2025-08-19 08:49:28 +02:00
fixed newly introduced crash
This commit is contained in:
parent
49b2166e1a
commit
cf1d0f1844
1 changed files with 1 additions and 1 deletions
|
@ -1089,7 +1089,7 @@ static void php_build_argv(char *s, zval *track_vars_array ELS_DC PLS_DC)
|
|||
INIT_PZVAL(arr);
|
||||
|
||||
/* Prepare argv */
|
||||
if(*s) {
|
||||
if (s && *s) {
|
||||
ss = s;
|
||||
while (ss) {
|
||||
space = strchr(ss, '+');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue