To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86964
                 Issue #|86964
                 Summary|review fix in Extension Manager
               Component|framework
                 Version|1.0.0
                Platform|All
                     URL|
              OS/Version|All
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|TASK
                Priority|P3
            Subcomponent|code
             Assigned to|dv
             Reported by|jl





------- Additional comments from [EMAIL PROTECTED] Wed Mar 12 15:46:30 +0000 
2008 -------
As part of a fix for issue 86917 I added 

        if (nPos < 0)
        return;
at the beginning void ExtensionBox_Impl::selectEntry
(desktop/source/deployment/gui/dp_gui_dialog2.cxx).

There are cases when ExtensionBox_Impl::selectEntry is called with and argument
= -1. For example, when removing the last extension. This would lead to crash
later on accessing m_vEntries[-1].

Please review this fix and set this issue to invalid if it is ok.

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

Reply via email to