We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0ad377 commit 4ac02f7Copy full SHA for 4ac02f7
Zend/zend_alloc.c
@@ -2130,6 +2130,7 @@ static void zend_mm_init_key(zend_mm_heap *heap)
2130
2131
ZEND_API void zend_mm_refresh_key_child(zend_mm_heap *heap)
2132
{
2133
+#if ZEND_MM_HEAP_PROTECTION
2134
uintptr_t old_key = heap->shadow_key;
2135
2136
zend_mm_init_key(heap);
@@ -2150,6 +2151,7 @@ ZEND_API void zend_mm_refresh_key_child(zend_mm_heap *heap)
2150
2151
slot = next;
2152
}
2153
2154
+#endif
2155
2156
#if ZEND_DEBUG
2157
heap->pid = getpid();
0 commit comments