Alexandre Julliard pushed to branch master at wine / wine Commits: 520b82d6 by Francis De Brabandere at 2026-04-15T21:59:54+02:00 vbscript: Fix crash when GetRef is called as a statement. 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. - - - - - 2 changed files: - dlls/vbscript/global.c - dlls/vbscript/tests/lang.vbs View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/520b82d67f6814197cd8953d7fd92ac... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/520b82d67f6814197cd8953d7fd92ac... You're receiving this email because of your account on gitlab.winehq.org. Manage all notifications: https://gitlab.winehq.org/-/profile/notifications | Help: https://gitlab.winehq.org/help