To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113138
                 Issue #|113138
                 Summary|bridges: 
               Component|udk
                 Version|DEV300m84
                Platform|All
                     URL|
              OS/Version|All
                  Status|UNCONFIRMED
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|PATCH
                Priority|P3
            Subcomponent|code
             Assigned to|kr
             Reported by|olistraub





------- Additional comments from olistr...@openoffice.org Wed Jul 14 10:49:25 
+0000 2010 -------
bridges_urp::ClientJob() doesn't initialize m_bExceptionOccured member variable.

A previous ClientJob execution that got an exception sets its
m_bExceptionOccured variable to true. If the same thread afterwards executes
another job, and the ClientJob objects gets allocated on the same memory address
(like the case in  urp_sendRequest_internal() which allocates the ClientJob
object on the stack), this previous exception value might cause a false
exception in the successor call.

Patch follows.

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


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

Reply via email to