[Bug 26929] Self compiled wine is crashing planescape torment, with stacktrace

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Apr 25 15:15:46 CDT 2011


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

--- Comment #2 from paulo <i30817 at gmail.com> 2011-04-25 15:15:45 CDT ---
Looking at the code, it huh, looks kinda suspicious

    if (!(dc->hSelf = alloc_gdi_handle( &dc->header, magic, &dc_funcs )))
    {
        HeapFree( GetProcessHeap(), 0, dc );
        dc = NULL;
    }
    dc->nulldrv.hdc = dc->hSelf;


Unconditional dereference.

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