[
https://issues.apache.org/jira/browse/DISPATCH-1401?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16944808#comment-16944808
]
ASF GitHub Bot commented on DISPATCH-1401:
------------------------------------------
kgiusti commented on pull request #555: DISPATCH-1401: fix coverity locking
false positive.
URL: https://github.com/apache/qpid-dispatch/pull/555
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> 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
> Priority: Trivial
>
> 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.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]