April 15, 2026
9:28 p.m.
VarAnd only inspected the non-Null operand one way and left V_BOOL/V_I4 uninitialized. VarImp treated VT_UI1 0xFF as VARIANT_TRUE (it isn't) and its VT_CY -1 check compared unscaled .int64 to -1 instead of -10000. -- v6: vbscript: Match native UI1 Imp Null behavior. https://gitlab.winehq.org/wine/wine/-/merge_requests/10673