mirror of
https://github.com/php/php-src.git
synced 2024-11-25 19:05:31 +08:00
Fix for #28929 by Michael Sisolak
This commit is contained in:
parent
d42361630f
commit
728b849529
@ -354,7 +354,7 @@ static char *sapi_isapi_read_cookies(TSRMLS_D)
|
||||
efree(tmp_variable_buf);
|
||||
}
|
||||
}
|
||||
return "";
|
||||
return STR_EMPTY_ALLOC();
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user