[framework-issues] [Issue 107718] binfilter: suspicious cod e in legacy_binfilters::OServiceManager::onUnl oadingNotify

2010-06-18 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=107718


User sb changed the following:

What|Old value |New value

  Status|NEW   |STARTED

Target milestone|---   |OOo 3.4





--- Additional comments from s...@openoffice.org Fri Jun 18 07:18:40 + 
2010 ---
.

-
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: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 107718] binfilter: suspicious cod e in legacy_binfilters::OServiceManager::onUnl oadingNotify

2010-06-03 Thread aw
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=107718


User aw changed the following:

What|Old value |New value

 Assigned to|aw|dbo





--- Additional comments from a...@openoffice.org Thu Jun  3 12:07:28 + 
2010 ---
AW: Not really...
AW-DBO: Originally copied from You. Is this really suspicious? If Yes, it
is/was also in other places. COuld You please correct this one if it is 
suspicious?

-
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: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 107718] binfilter: suspicious cod e in legacy_binfilters::OServiceManager::onUnl oadingNotify

2010-06-03 Thread aw
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=107718


User aw changed the following:

What|Old value |New value

 Assigned to|dbo   |sb





--- Additional comments from a...@openoffice.org Thu Jun  3 13:20:23 + 
2010 ---
AW-SB: Could You please help with that code? I do not really know it and cannot
sy if it is suspicious or not. It was originally copied from DBO, but he is no
longer available. If it is suspicious, there may be more similar places in the
office.

-
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: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 107718] binfilter: suspicious cod e in legacy_binfilters::OServiceManager::onUnl oadingNotify

2010-05-14 Thread mba
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=107718


User mba changed the following:

What|Old value |New value

 Assigned to|mba   |aw





--- Additional comments from m...@openoffice.org Fri May 14 12:39:51 + 
2010 ---
AFAIK this code was written by you

-
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: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 107718] binfilter: suspicious cod e in legacy_binfilters::OServiceManager::onUnl oadingNotify

2009-12-16 Thread sb
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 s...@openoffice.org Wed Dec 16 11:40:45 + 
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: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org