To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=71300
User af changed the following:
What |Old value |New value
================================================================================
Assigned to|gh |af
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Wed Mar 28 14:26:54 +0000
2007 -------
We will fix this crash in SFX by (largely) ignoring the slot 0 call.
The crash has its origin in the SfxDispatcher::GetShellAndSlot_Impl() method.
There the slot data for slot 0 is looked up. This yields a valid structure with
NULL pointers for the Exec function. That would be OK but missing Exec function
causes a call to GetRealSlot() at the interface which returns a NULL pointer as
slot data. This pointer is not checked and GetShellAndSlot_Impl() returns
sal_True wich is interpreted by the calling function that the slot data is
valid.
The fix will be to add the missing check of the final slot data and return
sal_False when that is NULL.
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]