We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1875711 commit 40936ffCopy full SHA for 40936ff
Zend/zend_alloc.c
@@ -1522,7 +1522,7 @@ static zend_always_inline zend_mm_free_slot *zend_mm_get_next_free_slot(zend_mm_
1522
ZEND_MM_POISON(slot, sizeof(zend_mm_free_slot*));
1523
ZEND_MM_POISON(&ZEND_MM_FREE_SLOT_PTR_SHADOW(slot, bin_num), sizeof(zend_mm_free_slot*));
1524
1525
- return (zend_mm_free_slot*)next;
+ return next;
1526
}
1527
1528
#else /* ZEND_MM_HEAP_PROTECTION */
@@ -1540,7 +1540,7 @@ static zend_always_inline zend_mm_free_slot *zend_mm_get_next_free_slot(zend_mm_
1540
1541
1542
1543
1544
1545
#endif /* ZEND_MM_HEAP_PROTECTION */
1546
0 commit comments