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
validations.cpp:validate_bytes seems problematic: it returns a buffer taken from JS_GetArrayBufferViewData without copying it or ensuring no GC runs. This data should probably be copied.
validations.cpp:validate_bytesseems problematic: it returns a buffer taken fromJS_GetArrayBufferViewDatawithout copying it or ensuring no GC runs. This data should probably be copied.