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

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Sep 17 20:13:41 CDT 2011


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

--- Comment #1 from Knightlain <pastorrub at msn.com> 2011-09-17 20:13:41 CDT ---
Also this is the source code:
#include <windows.h>
#include <stdio.h>
#include <cstdlib>
#include <iostream>
#include <fstream>
#include <wchar.h>
using namespace std;

int main()
{
    unsigned int prueba;
    fstream resultado;
    WCHAR* testptr;
    resultado.open("result.txt",ios::out);
    prueba = ImmGetDescriptionW(NULL,testptr,255);
    resultado << "Address: " << testptr << endl;
    resultado << "Character length: " << prueba << endl;
    resultado.close();
}

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