Re: [PATCH][next] rsi: fix missing null pointer check from a failed ieee80211_probereq_get call
From: Kalle Valo <hidden>
Date: 2019-02-28 08:29:36
Also in:
kernel-janitors, linux-wireless, lkml
From: Kalle Valo <hidden>
Date: 2019-02-28 08:29:36
Also in:
kernel-janitors, linux-wireless, lkml
Colin King [off-list ref] wrote:
From: Colin Ian King <redacted>
The call to ieee80211_probereq_get can return NULL if a skb allocation
fails, so add a null pointer check and free an earlier skb on the error
exit return path.
Fixes: 7fdcb8e12660 ("rsi: add support for hardware scan offload")
Signed-off-by: Colin Ian King <redacted>Patch applied to wireless-drivers-next.git, thanks. 74ee436f9581 rsi: fix missing null pointer check from a failed ieee80211_probereq_get call -- https://patchwork.kernel.org/patch/10824023/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches