1
0
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:
Sara Golemon
2005-09-12 17:42:43 +00:00
parent e720736a4f
commit 87bcf776f7
+1
View File
@@ -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;
}