mirror of
https://github.com/php/php-src.git
synced 2026-04-22 07:28:09 +02:00
fixed newly introduced crash
This commit is contained in:
+1
-1
@@ -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, '+');
|
||||
|
||||
Reference in New Issue
Block a user