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
In debug mode, place canary values before and after the memory blocks allocated by functions like memAlloc or MemoryStack.stackPush.
After native calls, check if these values have been accidentally modified, and throw an exception to warn the developer about the memory boundary issue and provide information such as the line of code where the memory block was allocated.
The text was updated successfully, but these errors were encountered:
Description
In debug mode, place canary values before and after the memory blocks allocated by functions like
memAlloc
orMemoryStack.stackPush
.After native calls, check if these values have been accidentally modified, and throw an exception to warn the developer about the memory boundary issue and provide information such as the line of code where the memory block was allocated.
The text was updated successfully, but these errors were encountered: