[Bug 37723] [regression][workaround] Elevated demo is broken since wine-1.3.24
wine-bugs at winehq.org
wine-bugs at winehq.org
Mon Dec 15 03:42:39 CST 2014
https://bugs.winehq.org/show_bug.cgi?id=37723
Alistair Leslie-Hughes <leslie_alistair at hotmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |leslie_alistair at hotmail.com
--- Comment #2 from Alistair Leslie-Hughes <leslie_alistair at hotmail.com> ---
> if(!uSize || !lpTime || uSize != sizeof(MMTIME))
This properly should be
if(!uSize || !lpTime || uSize < sizeof(MMTIME))
--
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