[Bug 10968] tdx_level2:crash due to Unhandled page fault when login

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Jan 3 17:05:25 CST 2008


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





--- Comment #7 from Marcus Meissner <marcus at jet.franken.de>  2008-01-03 17:05:25 ---
hmm, no.

some poking in assembler shows:

LoadResource
LockResource of a BITMAP* structure.

then the code proceeds to do skip 4*(1<<BITMAPINFO.bmi.biBitCount) bytes
to get to the raw data....

However, biBitCount is 24 bit, and not a palettized bitmap like the code
expects. -> TOo large value, crash.


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list