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
Currently, the memory allocator does not trigger a kernel panic on
detected corruption or invalid operations. However, once the heap is
corrupted, the kernel can no longer guarantee safe or correct behavior.
Introduce ERR_HEAP_CORRUPT with a corresponding error message to
prepare for future panic-on-error handling in the memory allocator.
0 commit comments