http://bugs.winehq.org/show_bug.cgi?id=33336
Bug #: 33336 Summary: ParseURLFromOutsideSourceW( ) , "res" variable is set twice Product: Wine Version: unspecified Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: shdocvw AssignedTo: wine-bugs@winehq.org ReportedBy: vmartinez@reactos.org Classification: Unclassified
http://source.winehq.org/source/dlls/shdocvw/shdocvw_main.c#L427
445 res = ParseURLFromOutsideSourceW(urlW, buffer, &len, unknown); 446 HeapFree(GetProcessHeap(), 0, urlW); 447 448 needed = WideCharToMultiByte(CP_ACP, 0, buffer, -1, NULL, 0, NULL, NULL); 449 450 res = 0;
The value in 450 resets the value from 445
http://bugs.winehq.org/show_bug.cgi?id=33336
Christian Costa titan.costa@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |titan.costa@gmail.com
--- Comment #1 from Christian Costa titan.costa@gmail.com 2013-04-27 09:47:05 CDT --- Fised by 0fa2eddca29dc613c6e52fb6526becb8a55d5cb7.
http://bugs.winehq.org/show_bug.cgi?id=33336
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |0fa2eddca29dc613c6e52fb6526 | |becb8a55d5cb7 Status|UNCONFIRMED |RESOLVED Resolution| |FIXED
--- Comment #2 from Nikolay Sivov bunglehead@gmail.com 2013-04-27 10:33:52 CDT --- Fixed then.
http://bugs.winehq.org/show_bug.cgi?id=33336
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from Alexandre Julliard julliard@winehq.org 2013-05-10 13:42:10 CDT --- Closing bugs fixed in 1.5.30.