To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=107718
                 Issue #|107718
                 Summary|binfilter: suspicious code in legacy_binfilters::OServ
                        |iceManager::onUnloadingNotify
               Component|framework
                 Version|DEV300m67
                Platform|All
                     URL|
              OS/Version|All
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|code
             Assigned to|mba
             Reported by|sb





------- Additional comments from [email protected] Wed Dec 16 11:40:45 +0000 
2009 -------
The loop at
<http://hg.services.openoffice.org/DEV300/file/a4be016d908d/binfilter/legacysmgr/source/legacy/legacy_binfilters_smgr.cxx#l756>
uses iterators into m_ImplementationMap (stored in listDeleteImplementationMap)
to erase elements from m_ImplementationMap (which is a STLport hash_set). 
However, AFAIK, STLport hash_set does not guarantee to not invalidate iterators
into a hash_set across erase-operations on that hash_set.

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