commit | 35da77d556c17980f9bd6892828a70d7a1a8a145 | [log] [tgz] |
---|---|---|
author | Bart Van Assche <bvanassche@acm.org> | Mon Oct 08 14:28:54 2018 -0700 |
committer | Christoph Hellwig <hch@lst.de> | Wed Oct 17 08:58:24 2018 +0200 |
tree | f0f8deb52659026d4405735f5f9c998b3991730d | |
parent | 43a6f8fb619730fe5989e2430669626b2b5e13a0 [diff] |
nvmet-rdma: check for timeout in nvme_rdma_wait_for_cm() Check whether queue->cm_error holds a value before reading it. This patch addresses Coverity ID 1373774: unchecked return value. Signed-off-by: Bart Van Assche <bvanassche@acm.org> Signed-off-by: Christoph Hellwig <hch@lst.de>