aboutsummaryrefslogtreecommitdiff
path: root/drivers/fpga/xilinx-selectmap.c
diff options
context:
space:
mode:
authorXiang Yang <[email protected]>2023-08-04 10:25:25 +0800
committerLeon Romanovsky <[email protected]>2023-08-07 16:49:59 +0300
commit26b7d1a27167e7adf75b150755e05d2bc123ce55 (patch)
treea3874c51ff290d9dcdbe805cbc1b8bc997c776fd /drivers/fpga/xilinx-selectmap.c
parent9e03dbea2b0634b21a45946b4f8097e0dc86ebe1 (diff)
IB/uverbs: Fix an potential error pointer dereference
smatch reports the warning below: drivers/infiniband/core/uverbs_std_types_counters.c:110 ib_uverbs_handler_UVERBS_METHOD_COUNTERS_READ() error: 'uattr' dereferencing possible ERR_PTR() The return value of uattr maybe ERR_PTR(-ENOENT), fix this by checking the value of uattr before using it. Fixes: ebb6796bd397 ("IB/uverbs: Add read counters support") Signed-off-by: Xiang Yang <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Leon Romanovsky <[email protected]>
Diffstat (limited to 'drivers/fpga/xilinx-selectmap.c')
0 files changed, 0 insertions, 0 deletions