[Bug 44570] explorer.exe crashes when opening Unix file paths

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Mar 3 17:10:26 CST 2018


https://bugs.winehq.org/show_bug.cgi?id=44570

tommywatson <coder at tommywatson.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |coder at tommywatson.com

--- Comment #2 from tommywatson <coder at tommywatson.com> ---

Tracked to this line;

https://source.winehq.org/git/wine.git/blob/HEAD:/programs/explorer/explorer.c#l280
> SetWindowTextW(This->info->main_window, name);

This->info is corrupt and accessing it causes the crash, this call to
IExplorerBrowser_BrowseToObject() calls the callback
IExplorerBrowserEventsImpl_fnOnNavigationComplete() with an incorrect "This"
pointer.

https://source.winehq.org/git/wine.git/blob/HEAD:/programs/explorer/explorer.c#l444

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