]> granicus.if.org Git - php/commit
Fix incorrect GC_NUM2ADDR usage
authorNikita Popov <nikita.ppv@gmail.com>
Mon, 5 Mar 2018 15:29:46 +0000 (16:29 +0100)
committerNikita Popov <nikita.ppv@gmail.com>
Mon, 5 Mar 2018 15:29:46 +0000 (16:29 +0100)
commita0563aa7bcec1e9fd1d3917fbf776cc0ff09a142
tree12d9ddbc365772d8b0844e1fbeb7d30973820c82
parent4838e9799f1a5ebecdae6a27d812e08d91a9f27d
Fix incorrect GC_NUM2ADDR usage

Both first_unused and GC_MAX_UNCOMPRESSED are addresses, so we
should compare them directly.
Zend/zend_gc.c