1
0
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:
Thies C. Arntzen
2000-05-23 10:36:18 +00:00
parent 49b2166e1a
commit cf1d0f1844
+1 -1
View File
@@ -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, '+');