[Bug 28423] ImmGetDescriptionW() from imm32 crashes with certain parameters

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Sep 18 08:28:52 CDT 2011


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

--- Comment #5 from Knightlain <pastorrub at msn.com> 2011-09-18 08:28:52 CDT ---
if(!hKL && !lpszDescription) 
{
    lpszDescription = (WCHAR*)HeapAlloc(HeapCreate( 0, 0, 255
),HEAP_ZERO_MEMORY,255);
}
Those are the lines that fixed it for me, but I don't know to make a patch and
I know more implementation is needed for the function to be correct.

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