Skip to content

Commit e1b798a

Browse files
danogarnaud-lb
andauthored
Update Zend/zend_alloc.c
Co-authored-by: Arnaud Le Blanc <[email protected]>
1 parent dcd59e4 commit e1b798a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/zend_alloc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1549,7 +1549,7 @@ static zend_never_inline void *zend_mm_alloc_small_slow(zend_mm_heap *heap, uint
15491549
/* insufficient memory */
15501550
return NULL;
15511551
}
1552-
// bin is poisoned, do not unpoision inside this function
1552+
// bin is poisoned, do not unpoison inside this function
15531553
// zend_mm_set_next_free_slot automatically unpoisons and repoisons before return
15541554

15551555
chunk = (zend_mm_chunk*)ZEND_MM_ALIGNED_BASE(bin, ZEND_MM_CHUNK_SIZE);

0 commit comments

Comments
 (0)