[Bug 49172] New: Always true condition `code > 0xffff` in vbscript/global.c

WineHQ Bugzilla wine-bugs at winehq.org
Sat May 16 10:42:38 CDT 2020


https://bugs.winehq.org/show_bug.cgi?id=49172

            Bug ID: 49172
           Summary: Always true condition `code > 0xffff` in
                    vbscript/global.c
           Product: Wine
           Version: 5.8
          Hardware: x86
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: vbscript
          Assignee: wine-bugs at winehq.org
          Reporter: mikrutrafal54 at gmail.com
      Distribution: ---

code > 0xffff is always true - probably code > 0 should look like code < 0

https://github.com/wine-mirror/wine/blob/59987bc9ecdd0dbafd768a95c21a14884bc77c07/dlls/vbscript/global.c#L2933

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list