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@winehq.org ReportedBy: nerv@dawncrow.de CC: aric@codeweavers.com, m.b.lankhorst@gmail.com Classification: Unclassified
coverity (CID 731561) spotted: http://source.winehq.org/git/wine.git/blob/1262f07609e6722a841f511445f145d94...
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@gmail.com Date: Sat Sep 15 15:16:38 2007 +0200
gdi: Implement neutrals resolving in BiDi.