mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Fix last maybe uninit warnings on 7.4
Most of these only occur under GCC 5. Not fond of all the workarounds (especially the PDO one), but it gets us a clean build...
This commit is contained in:
parent
908660c1d7
commit
7f6c22cb3d
7 changed files with 14 additions and 8 deletions
|
@ -1448,6 +1448,7 @@ static void normalize_vpath(char **retval, size_t *retval_len, const char *vpath
|
|||
char *p;
|
||||
|
||||
*retval = NULL;
|
||||
*retval_len = 0;
|
||||
|
||||
decoded_vpath = pestrndup(vpath, vpath_len, persistent);
|
||||
if (!decoded_vpath) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue