mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Prevented unintended SHM modification
This commit is contained in:
parent
a9aa5224e7
commit
05817f1a93
1 changed files with 0 additions and 1 deletions
|
@ -409,7 +409,6 @@ static void zend_hash_clone_zval(HashTable *ht, HashTable *source, int bind)
|
|||
q->key = NULL;
|
||||
} else {
|
||||
q->key = zend_clone_str(p->key TSRMLS_CC);
|
||||
GC_FLAGS(q->key) = GC_FLAGS(p->key);
|
||||
}
|
||||
|
||||
/* Copy data */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue