http://bugs.winehq.org/show_bug.cgi?id=20334
Summary: SysReAllocStringLen should return null terminated strings Product: Wine Version: 1.1.31 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: oleaut32 AssignedTo: wine-bugs@winehq.org ReportedBy: al.kochet@gmail.com
Created an attachment (id=24050) --> (http://bugs.winehq.org/attachment.cgi?id=24050) wine log +seh,+tid,+relay
The call like SysReAllocStringLen (&buffer, NULL, EXPECTED_LEN) should return null terminated strings.
I found that problem, then playing with Texas Instruments Code Composer Studio v3.3 under wine.
Test and logs are attached.