[Bug 8425] Ecuadorian SRI ANEXO TRANSACCIONAL installer crashes

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


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





------- Additional Comments From dmitry at codeweavers.com  2007-17-05 21:36 -------
> 0009:Call KERNEL32.MultiByteToWideChar(00000000,00000000,0034cbc8
> "C:\\windows\\temp\\_is908\\Dimm 
> Transaccional.msi",ffffffff,0018217c,0000002d) ret=004033f8
> 0009:trace:nls:MultiByteToWideChar cp 0 "C:\\windows\\temp\\_is908\\Dimm
> Transaccional.msi\x00" -> L"", ret = 0

MultiByteToWideChar fails because the size of the output buffer is too small
(45 bytes) but input string is 1 byte longer due to trailing '\0'.

Length of "C:\windows\temp\_is908\Dimm Transaccional.msi" is exactly 45 bytes.

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