1
0
mirror of https://github.com/php/php-src.git synced 2026-04-28 02:33:17 +02:00

- Add missing lock

This commit is contained in:
Andi Gutmans
1999-07-27 18:35:22 +00:00
parent 71ffa09f41
commit 348b2f0730
+1
View File
@@ -647,6 +647,7 @@ static inline void zend_fetch_dimension_address(znode *result, znode *op1, znode
if (container->value.str.val == undefined_variable_string) {
/* for read-mode only */
*retval = &EG(uninitialized_zval_ptr);
SELECTIVE_PZVAL_LOCK(**retval, result);
FREE_OP(op2, free_op2);
} else {
zval tmp;