[Git][wine/wine][master] vbscript: Coerce VT_EMPTY operands before Var* calls.
Alexandre Julliard pushed to branch master at wine / wine Commits: 32d6aa41 by Francis De Brabandere at 2026-05-07T15:32:25-04:00 vbscript: Coerce VT_EMPTY operands before Var* calls. Native VBScript sees Empty as VT_I4 in And/Or/Xor/Eqv/Imp/Not and as VT_I2 in Mod/IDiv/Div. Pre-coerce in the interp_* handlers so result types match, dividing-by-Empty raises 11, and VarMod's shortcut is bypassed. - - - - - 2 changed files: - dlls/vbscript/interp.c - dlls/vbscript/tests/lang.vbs View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/32d6aa41e87fa2448ab380664df42bc... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/32d6aa41e87fa2448ab380664df42bc... 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)