[Bug 12445] Arcgisexplorer crashes in dbghelp

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Apr 12 03:21:46 CDT 2008


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


Eric Pouech <eric.pouech at orange.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |eric.pouech at orange.fr




--- Comment #2 from Eric Pouech <eric.pouech at orange.fr>  2008-04-12 03:21:45 ---
in dlls/dbghelp/pe_image.c, line 459, changing
        if (*section) *section = NULL;
into
        if (section) *section = NULL;
should help.
can you try it and post the outcome ?


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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