Skip to content

Commit 4310a08

Browse files
committed
* fix error: ‘end’ may be used uninitialized
1 parent 03e32c5 commit 4310a08

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Zend/zend_gc.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2281,6 +2281,7 @@ ZEND_API int zend_gc_collect_cycles(void)
22812281
dtor_start_time = zend_hrtime();
22822282
if (EXPECTED(!EG(active_fiber))) {
22832283
continue_calling_destructors:
2284+
end = GC_G(first_unused);
22842285
if (UNEXPECTED(FAILURE == gc_call_destructors(GC_G(dtor_idx), GC_G(first_unused), NULL))) {
22852286
//
22862287
// gc_call_destructors returns FAILURE when a destructor interrupts execution,

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy