[Bug 32182] New: GetResolvedNeutrals always returns input

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Nov 9 13:58:34 CST 2012


http://bugs.winehq.org/show_bug.cgi?id=32182

             Bug #: 32182
           Summary: GetResolvedNeutrals always returns input
           Product: Wine
           Version: 1.5.17
          Platform: x86-64
               URL: http://source.winehq.org/git/wine.git/blob/1262f07609e
                    6722a841f511445f145d941848800:/dlls/usp10/bidi.c#l562
        OS/Version: Linux
            Status: NEW
          Keywords: source
          Severity: normal
          Priority: P2
         Component: usp10
        AssignedTo: wine-bugs at winehq.org
        ReportedBy: nerv at dawncrow.de
                CC: aric at codeweavers.com, m.b.lankhorst at gmail.com
    Classification: Unclassified


coverity (CID 731561) spotted:
http://source.winehq.org/git/wine.git/blob/1262f07609e6722a841f511445f145d941848800:/dlls/usp10/bidi.c#l562

action is masked to 0x0f and compared to (1<<8), that won't ever happen.

The code comes from:

commit 032543e54dec387ae0089fe9e5dd0cc0fbc2d253
Author: Maarten Lankhorst <m.b.lankhorst at gmail.com>
Date:   Sat Sep 15 15:16:38 2007 +0200

    gdi: Implement neutrals resolving in BiDi.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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