Skip to content

Commit 8b7b4b0

Browse files
committed
Fix
1 parent 3cb32e4 commit 8b7b4b0

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
@@ -473,6 +473,7 @@ static ZEND_COLD ZEND_NORETURN void zend_mm_safe_error(zend_mm_heap *heap,
473473
size_t size)
474474
{
475475
heap->overflow = 1;
476+
ZEND_MM_POISON_HEAP(heap);
476477
zend_try {
477478
zend_error_noreturn(E_ERROR,
478479
format,

0 commit comments

Comments
 (0)