[Bug 8425] Ecuadorian SRI ANEXO TRANSACCIONAL installer crashes

Wine Bugs wine-bugs at winehq.org
Thu May 17 21:43:12 CDT 2007


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





------- Additional Comments From dmitry at codeweavers.com  2007-17-05 21:43 -------
SetLastError(0xdeadbeef);
memset(bufW, 'x', sizeof(bufW));
len = MultiByteToWideChar(CP_ACP, 0, "foobar", -1, bufW, 6);
ok(len == 0 && GetLastError() == ERROR_INSUFFICIENT_BUFFER,
   "MultiByteToWideChar(-1): len=%d error=%u\n", len, GetLastError());

Simple test above confirms that behaviour of MultiByteToWideChar is correct.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list