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 byond_ffi_fn macro does not validate its argc or argv received from BYOND. when no arguments are passed through call_ext, argv is a null pointer and argc is 0; slice::from_raw_parts panics on debug builds when passed a null pointer as data.