diff options
author | Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> | 2020-05-19 23:44:16 +0530 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-05-21 17:04:53 -0700 |
commit | d28ea1fbbf437054ef339afec241019f2c4e2bb6 (patch) | |
tree | d9fad8e096e79975fafe84815dc8fbbd5dac9219 /drivers/net/ethernet/ti/am65-cpsw-nuss.c | |
parent | 7c87e32d2e380228ada79d20ac5b7674718ef097 (diff) |
net: qrtr: Fix passing invalid reference to qrtr_local_enqueue()
Once the traversal of the list is completed with list_for_each_entry(),
the iterator (node) will point to an invalid object. So passing this to
qrtr_local_enqueue() which is outside of the iterator block is erroneous
eventhough the object is not used.
So fix this by passing NULL to qrtr_local_enqueue().
Fixes: bdabad3e363d ("net: Add Qualcomm IPC router")
Reported-by: kbuild test robot <lkp@intel.com>
Reported-by: Julia Lawall <julia.lawall@lip6.fr>
Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/ti/am65-cpsw-nuss.c')
0 files changed, 0 insertions, 0 deletions