Skip to content

Commit b16e149

Browse files
committed
Bump
1 parent 95970cf commit b16e149

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Zend/zend_alloc.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1147,6 +1147,7 @@ static void *zend_mm_alloc_pages(zend_mm_heap *heap, uint32_t pages_count ZEND_F
11471147
}
11481148
ZEND_MM_UNPOISON_CHUNK_HDR(chunk);
11491149
zend_mm_chunk_init(heap, chunk);
1150+
ZEND_MM_UNPOISON_CHUNK_HDR(chunk);
11501151
page_num = ZEND_MM_FIRST_PAGE;
11511152
len = ZEND_MM_PAGES - ZEND_MM_FIRST_PAGE;
11521153
goto found;

0 commit comments

Comments
 (0)