diff options
author | Tyson Andre <tysonandre775@hotmail.com> | 2016-11-20 15:18:32 -0800 |
---|---|---|
committer | Tyson Andre <tysonandre775@hotmail.com> | 2016-11-20 15:46:13 -0800 |
commit | cdb7aafc23bd1fd396305df9cddca1717b58f2b3 (patch) | |
tree | 2bb7f7848ed92471b8aad648a99569672860102a /ext/json/json.c | |
parent | 60574ea1ac4790abe818c2c7510d0e391c12c06a (diff) | |
download | php-git-cdb7aafc23bd1fd396305df9cddca1717b58f2b3.tar.gz |
Fix memory leak(null coalescing operator with Spl hash)
The SEPARATE_ARG_IF_REF macro increased the refcount of the object passed as a
key.
However, when the key did not exist in the ArrayAccess implementation,
the code returned early without trying to decrement the refcount.
Add a test of `??` succeeding+failing on a SplObjectStorage instance.
Diffstat (limited to 'ext/json/json.c')
0 files changed, 0 insertions, 0 deletions