]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
infiniband/qedr: Potential null ptr dereference of qp
authorAditya Pakki <pakki001@umn.edu>
Mon, 24 Dec 2018 18:24:45 +0000 (12:24 -0600)
committerJason Gunthorpe <jgg@mellanox.com>
Wed, 2 Jan 2019 23:08:38 +0000 (16:08 -0700)
commit9c6260de505b63638dd86fcc33849b17f6146d94
tree4a3aeb7be3332b76b16ab1778a9eba8abc1527b6
parent94edd87a1c59f3efa6fdf4e98d6d492e6cec6173
infiniband/qedr: Potential null ptr dereference of qp

idr_find() may fail and return a NULL pointer. The fix checks the return
value of the function and returns an error in case of NULL.

Signed-off-by: Aditya Pakki <pakki001@umn.edu>
Acked-by: Michal Kalderon <michal.kalderon@marvell.com>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
drivers/infiniband/hw/qedr/qedr_iw_cm.c