From: Manivannan Sadhasivam <manivannan.sadhasi...@linaro.org>
Date: Tue, 19 May 2020 23:44:16 +0530

> 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 <l...@intel.com>
> Reported-by: Julia Lawall <julia.law...@lip6.fr>
> Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasi...@linaro.org>

Applied and queued up for -stable, thanks.

Reply via email to