]> git.baikalelectronics.ru Git - kernel.git/commit
RDMA/ocrdma: Fix error codes in ocrdma_create_srq()
authorDan Carpenter <dan.carpenter@oracle.com>
Thu, 13 Jul 2017 07:46:49 +0000 (10:46 +0300)
committerDoug Ledford <dledford@redhat.com>
Thu, 20 Jul 2017 15:20:49 +0000 (11:20 -0400)
commitac8970d838fc257118ce41c16e7b85dcaba1fe25
treef6881443a03d9731afaa8f78d69c5241dd7d76f3
parent31f2060529a16d8f276e98cb5378889b06dbdb56
RDMA/ocrdma: Fix error codes in ocrdma_create_srq()

If either of these allocations fail then we return ERR_PTR(0).  That's
equivalent to NULL and results in a NULL pointer dereference in the
caller.

Fixes: e04ba76c349d ("RDMA/ocrdma: Add driver for Emulex OneConnect IBoE RDMA adapter")
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
drivers/infiniband/hw/ocrdma/ocrdma_verbs.c