To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=100014


User od changed the following:

                What    |Old value                 |New value
================================================================================
             Assigned to|hbrinkm                   |od
--------------------------------------------------------------------------------
                  Status|STARTED                   |NEW
--------------------------------------------------------------------------------




------- Additional comments from o...@openoffice.org Tue Mar 10 11:16:02 +0000 
2009 -------
defect cause:
While setting the text for the note object at the Outliner, a method
<Outliner::ImplCheckParagraphs( 0, (USHORT) (pParaList->GetParagraphCount()-1) )
is called without checking, if the count value is probably 0. Thus,
<Outliner::ImplCheckParagraphs(..)> is called with parameter value 0 and 65535,
which causes the for-loop in its implementation to loop forever.

solution:
Call method <Outliner::ImplCheckParagraphs(..)> without decrementing the count
value and adjust implementation of this method to assure its for-loop does not
loop forever.

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


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

Reply via email to