mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08: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);
|
SEPARATE_ZVAL(container_ptr);
|
||||||
container = *container_ptr;
|
container = *container_ptr;
|
||||||
}
|
}
|
||||||
|
zval_dtor(container);
|
||||||
array_init(container);
|
array_init(container);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue