Colin King <colin.king@xxxxxxxxxxxxx> wrote: > Currently when pointer crash_data is null the present null check > will also check that crash_data->ramdump_buf is null and will cause > a null pointer dereference on crash_data. Fix this by using the || > operator instead of &&. > > Fixes: 3f14b73c3843 ("ath10k: Enable MSA region dump support for WCN3990") > Signed-off-by: Colin Ian King <colin.king@xxxxxxxxxxxxx> > Signed-off-by: Kalle Valo <kvalo@xxxxxxxxxxxxxx> Patch applied to ath-next branch of ath.git, thanks. a69d3bdd4d40 ath10k: fix null dereference on pointer crash_data -- https://patchwork.kernel.org/patch/11174955/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches