mirror of
https://github.com/php/php-src.git
synced 2025-08-18 06:58:55 +02:00
Plug leak of 1/2 bytes when converting from string/unicode
This commit is contained in:
parent
e720736a4f
commit
87bcf776f7
1 changed files with 1 additions and 0 deletions
|
@ -1156,6 +1156,7 @@ static void zend_fetch_dimension_address(temp_variable *result, zval **container
|
|||
SEPARATE_ZVAL(container_ptr);
|
||||
container = *container_ptr;
|
||||
}
|
||||
zval_dtor(container);
|
||||
array_init(container);
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue