Ken Giusti created DISPATCH-1401:
------------------------------------

             Summary: Fix Coverity false positive
                 Key: DISPATCH-1401
                 URL: https://issues.apache.org/jira/browse/DISPATCH-1401
             Project: Qpid Dispatch
          Issue Type: Bug
          Components: Router Node
    Affects Versions: 1.8.0
            Reporter: Ken Giusti
            Assignee: Ken Giusti
             Fix For: 1.9.0


Coverity identifies a locking issue when accessing the link->undelivered list.
What Coverity does not know is that only an outgoing link's undelivered list 
needs locking; The undelivered list for an incoming link is not shared so no 
locking is necessary.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to