April 13, 2026
9:23 p.m.
Global_GetRef() wrote to *res unconditionally. Callers that discard the return value (`Call GetRef("name")` or bare-call form) pass NULL, which segfaults on Wine but runs cleanly on Windows. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10650