[Bug 39484] Logically dead code in stub_manager_notify_unmarshal (Coverity #731557)

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Oct 22 00:51:50 CDT 2015


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

--- Comment #2 from Alex Henrie <alexhenrie24 at gmail.com> ---
Assuming that you were trying to ask "What's the point of this mess?", the
problem is that MSHLFLAGS_NORMAL is defined to be 0 and (ifstub->flags & 0) can
never be true. Take a look at
https://source.winehq.org/git/wine.git/blob/65d699eb5f7fc151197f3dc9f36499ee3e43f8e7:/dlls/ole32/stubmanager.c#l578

-- 
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