mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Merge branch 'PHP-7.1'
* PHP-7.1: yet another uninitialized pointer
This commit is contained in:
commit
6c55c39d8e
1 changed files with 2 additions and 0 deletions
|
@ -176,6 +176,8 @@ static inline void php_phpdbg_globals_ctor(zend_phpdbg_globals *pg) /* {{{ */
|
|||
pg->eol = PHPDBG_EOL_LF;
|
||||
|
||||
pg->stdin_file = NULL;
|
||||
|
||||
pg->cur_command = NULL;
|
||||
} /* }}} */
|
||||
|
||||
static PHP_MINIT_FUNCTION(phpdbg) /* {{{ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue