Skip to content

Commit 15e2df0

Browse files
committed
cs
1 parent bebc904 commit 15e2df0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Zend/zend_alloc.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1556,8 +1556,8 @@ static zend_never_inline void *zend_mm_alloc_small_slow(zend_mm_heap *heap, uint
15561556
/* insufficient memory */
15571557
return NULL;
15581558
}
1559-
// bin is poisoned, do not unpoison inside this function
1560-
// zend_mm_set_next_free_slot automatically unpoisons and repoisons before return
1559+
/* bin is poisoned, do not unpoison inside this function */
1560+
/* zend_mm_set_next_free_slot automatically unpoisons and repoisons before return */
15611561

15621562
chunk = (zend_mm_chunk*)ZEND_MM_ALIGNED_BASE(bin, ZEND_MM_CHUNK_SIZE);
15631563

0 commit comments

Comments
 (0)