https://bugs.winehq.org/show_bug.cgi?id=37723
Alistair Leslie-Hughes leslie_alistair@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |leslie_alistair@hotmail.com
--- Comment #2 from Alistair Leslie-Hughes leslie_alistair@hotmail.com ---
if(!uSize || !lpTime || uSize != sizeof(MMTIME))
This properly should be
if(!uSize || !lpTime || uSize < sizeof(MMTIME))