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.