[Bug 8287] Custom toolbar skin makes Irfan View 4.00 crash at start up

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Sep 13 17:09:47 CDT 2008


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


Jan de Mooij <jandemooij at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jandemooij at gmail.com




--- Comment #7 from Jan de Mooij <jandemooij at gmail.com>  2008-09-13 17:09:46 ---
Something like this happens:

- app allocates memory using GlobalAlloc
- mem is freed
- a Wine gdi function allocates memory for an object, it gets the previously
freed block
- so far, so good..
- IrfanView frees the memory again, so the gdi struct is corrupted and Wine
crashes when using it again

Looks like an application bug?


-- 
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