summaryrefslogtreecommitdiff
path: root/ext/reflection/php_reflection.c
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2018-01-09 20:20:31 +0100
committerNikita Popov <nikita.ppv@gmail.com>2018-01-09 20:20:31 +0100
commitfd30c59e041eb4ccaabb2099bb3be15a55e2988d (patch)
treea90d08e9890391f519abc7b38941695ab1fdf77a /ext/reflection/php_reflection.c
parentf208187773edd9423e64b5b4dd16b146260c780d (diff)
downloadphp-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