[lvc-project] [PATCH] ath11k: modify null check logic in ath11k_ce_rx_post_pipe()
Jeff Johnson
quic_jjohnson at quicinc.com
Thu Sep 19 22:42:45 MSK 2024
On 9/19/2024 9:46 AM, Kalle Valo wrote:
> Mikhail Lobanov <m.lobanov at rosalinux.ru> wrote:
>
>> The previous logic in ath11k_ce_rx_post_pipe() incorrectly required both
>> dest_ring and status_ring to be NULL in order to exit the function.
>> This caused the function to continue even if only one of the pointers
>> was NULL, potentially leading to null pointer dereferences in
>> ath11k_ce_rx_buf_enqueue_pipe().
>>
>> Fix the condition by modifying the logic so that the function returns
>> early if either dest_ring or status_ring is NULL.
>>
>> Found by Linux Verification Center (linuxtesting.org) with SVACE.
>>
>> Fixes: d5c65159f289 ("ath11k: driver for Qualcomm IEEE 802.11ax devices")
>> Signed-off-by: Mikhail Lobanov <m.lobanov at rosalinux.ru>
>
> Jeff, what do you think?
>
Acked-by: Jeff Johnson <quic_jjohnson at quicinc.com>
(could have just s/||/&&/ but this change is also ok)
More information about the lvc-project
mailing list