Skip to content

Commit 3cb32e4

Browse files
committed
Fix
1 parent 51c5a97 commit 3cb32e4

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
@@ -484,6 +484,7 @@ static ZEND_COLD ZEND_NORETURN void zend_mm_safe_error(zend_mm_heap *heap,
484484
size);
485485
} zend_catch {
486486
} zend_end_try();
487+
ZEND_MM_UNPOISON_HEAP(heap);
487488
heap->overflow = 0;
488489
zend_bailout();
489490
exit(1);

0 commit comments

Comments
 (0)