May 14, 2026
6:14 p.m.
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. -- v2: vbscript: Fix crash on fixed-size Dim array inside Execute called from a local scope. https://gitlab.winehq.org/wine/wine/-/merge_requests/10896