To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=53172
                  Issue #:|53172
                  Summary:|vcl: SalDisplay::deregisterFrame(): missing check
                          |might result in endless loop
                Component:|gsl
                  Version:|680m123
                 Platform:|All
                      URL:|
               OS/Version:|All
                   Status:|NEW
        Status whiteboard:|
                 Keywords:|
               Resolution:|
               Issue type:|DEFECT
                 Priority:|P3
             Subcomponent:|code
              Assigned to:|hr
              Reported by:|hr





------- Additional comments from [EMAIL PROTECTED] Wed Aug 10 07:23:49 -0700 
2005 -------
SalDisplay::deregisterFrame(): missing check might result in endless loop. If an
element is erased from m_aUserEvents, the iterator is poperly incremented but
the result is not checked  against m_aUserEvents.end(). Next time through the
loop the loop end condition might be missed.

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