[Bug 31507] midiInOpen x64 crash due to callback address 32-bit truncation

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Aug 20 06:07:25 CDT 2012


http://bugs.winehq.org/show_bug.cgi?id=31507

Eric Pouech <eric.pouech at orange.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |eric.pouech at orange.fr

--- Comment #7 from Eric Pouech <eric.pouech at orange.fr> 2012-08-20 06:07:25 CDT ---
there's other stuff to look at:
- {mod,mid,wod,wid...}Message parameters should be DWORD_PTR
- local variables (instance, callback) should be DWORD_PTR
- there's still a couple of casts to DWORD that should be gotten rid off
...
A+

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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