[Bug 39483] Logically dead code in stub_manager_new_ifstub (Coverity #731556)

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


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

--- Comment #2 from Alex Henrie <alexhenrie24 at gmail.com> ---
It's obvious that this function is doing something wrong, because
MSHLFLAGS_NORMAL is defined to be 0 and (flags & 0) can never be true. Take a
look:
https://source.winehq.org/git/wine.git/blob/65d699eb5f7fc151197f3dc9f36499ee3e43f8e7:/dlls/ole32/stubmanager.c#l112

I would fix it myself, but I am not sure what this function is supposed to do.

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