We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e800e53 commit 12eefe4Copy full SHA for 12eefe4
1 file changed
Zend/zend_alloc.c
@@ -492,6 +492,7 @@ static ZEND_COLD ZEND_NORETURN void zend_mm_safe_error(zend_mm_heap *heap,
492
} zend_end_try();
493
ZEND_MM_UNPOISON_HEAP(heap);
494
heap->overflow = 0;
495
+ ZEND_MM_POISON_HEAP(heap);
496
zend_bailout();
497
exit(1);
498
}
0 commit comments