http://bugs.winehq.org/show_bug.cgi?id=13745 Rob Shearman <robertshearman(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |robertshearman(a)gmail.com Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 --- Comment #4 from Rob Shearman <robertshearman(a)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.