[Bug 13745] Installing DirectX breaks "gold" VB6 heavy application

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Sep 11 01:42:03 CDT 2008


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


Rob Shearman <robertshearman at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |robertshearman at gmail.com
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1




--- Comment #4 from Rob Shearman <robertshearman at gmail.com>  2008-09-11 01:42:02 ---
The problem is that a NULL pclsid parameter is passed to NdrDllGetClassObject
and that currently causes us to crash. Most likely, it shouldn't.

Line 177 of dlls/rpcrt4/cpsf.c should probably be changed from "if
(IsEqualGUID(rclsid, pclsid))" to "if (pclsid && IsEqualGUID(rclsid, pclsid))",
but a test is needed.


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