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
The objects in the frame of an FFI trampoline are not scanned by the GC.
However, when allocating a Pointer object to hold the box of a non-Smi-fitting return value, the box is not protected, and the Pointer object created can hold a dangling reference.
This would lead to a crash.
The text was updated successfully, but these errors were encountered:
The objects in the frame of an FFI trampoline are not scanned by the GC.
However, when allocating a Pointer object to hold the box of a non-Smi-fitting return value, the box is not protected, and the Pointer object created can hold a dangling reference.
This would lead to a crash.
The text was updated successfully, but these errors were encountered: