diff options
author | Nikita Popov <nikita.ppv@gmail.com> | 2018-01-09 20:20:31 +0100 |
---|---|---|
committer | Nikita Popov <nikita.ppv@gmail.com> | 2018-01-09 20:20:31 +0100 |
commit | fd30c59e041eb4ccaabb2099bb3be15a55e2988d (patch) | |
tree | a90d08e9890391f519abc7b38941695ab1fdf77a /ext/reflection/php_reflection.c | |
parent | f208187773edd9423e64b5b4dd16b146260c780d (diff) | |
download | php-git-fd30c59e041eb4ccaabb2099bb3be15a55e2988d.tar.gz |
Fixed bug #75786
SEND_UNPACK on iterators was duplicating references in-place,
which effectively leaks the original value and causes an off-by-one
refcount on the duplicated value.
Replace this with a deref, as an actual duplication is not even
needed in this case.
Diffstat (limited to 'ext/reflection/php_reflection.c')
0 files changed, 0 insertions, 0 deletions