RDMA/amso1100: Fix error path in c2_llp_accept()
Another NULL dereference spotted by the Coverity checker (cid #1395): In case we can't alloc the vq_req, we goto bail1, where we call vq_req_free(c2dev, vq_req); which then dereferences vq_req. Signed-off-by:Eric Sesterhenn <snakebyte@gmx.de> Signed-off-by:
Andrew Morton <akpm@osdl.org> Acked-by:
Tom Tucker <tom@opengridcomputing.com> Signed-off-by:
Roland Dreier <rolandd@cisco.com>
Showing
Please register or sign in to comment