You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(profiling): use cached heap in alloc_prof_orig_* functions
A crash report indicated that `_zend_mm_alloc` was being called with an invalid heap pointer
This invalid pointer originated from the call to `zend::zend_mm_get_heap()` within `alloc_prof_orig_alloc`.
0 commit comments