[Git][wine/wine][master] vbscript: Fix crash on fixed-size Dim array inside Execute called from a local scope.
Alexandre Julliard pushed to branch master at wine / wine Commits: 4a55c0e9 by Francis De Brabandere at 2026-05-15T21:43:28+02:00 vbscript: Fix crash on fixed-size Dim array inside Execute called from a local scope. Execute pre-registers Dim variables in the caller's dynamic_vars when invoked from a Sub or Function, but interp_dim's FUNC_GLOBAL path only looked them up in the script object, hitting an assertion when the OP_dim instruction ran for a fixed-size array. - - - - - 2 changed files: - dlls/vbscript/interp.c - dlls/vbscript/tests/lang.vbs View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/4a55c0e9769a9c6a2d45be02bee53c1... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/4a55c0e9769a9c6a2d45be02bee53c1... 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
participants (1)
-
Alexandre Julliard (@julliard)