]> granicus.if.org Git - php/commit
Fixed bug #78010
authorNikita Popov <nikita.ppv@gmail.com>
Mon, 15 Jul 2019 10:00:30 +0000 (12:00 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Mon, 15 Jul 2019 10:00:30 +0000 (12:00 +0200)
commit193f28c7d557df887c4456d072113cc2478e1c3e
treea6d232760aa2f39cfe469440d9b7f5ca710006bf
parent3eb057c4a73212e4ae25a228c1b610d317c6be4b
Fixed bug #78010

Prevent the gc_info from becoming all zero for a registered root
by setting the top bit to one for compressed root addresses.
Zend/tests/bug78010.phpt [new file with mode: 0644]
Zend/zend_gc.c