[Bug 6675] Regression: Indiana Jones crashes when launching

Wine Bugs wine-bugs at winehq.org
Thu Nov 16 23:52:00 CST 2006


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





------- Additional Comments From damjan.jov at gmail.com  2006-16-11 23:52 -------
Sorry, IsBad{Read,Write}Ptr only take 2 parameters. Drop the ..->bitmap->...
parts, you should only have

...
else if (IsBadReadPtr(srcPtr, bytesToCopy))
...
else if (IsBadWritePtr(dstPtr, bytesToCopy))
...


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list