mirror of
https://github.com/php/php-src.git
synced 2026-04-25 08:58:28 +02:00
Plug leak of 1/2 bytes when converting from string/unicode
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user