[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20241018103230.437496-1-d.dulov@aladdin.ru>
Date: Fri, 18 Oct 2024 13:32:29 +0300
From: Daniil Dulov <d.dulov@...ddin.ru>
To: <stable@...r.kernel.org>, Greg Kroah-Hartman <gregkh@...uxfoundation.org>
CC: Daniil Dulov <d.dulov@...ddin.ru>, Jes Sorensen <Jes.Sorensen@...il.com>,
Kalle Valo <kvalo@...eaurora.org>, "David S. Miller" <davem@...emloft.net>,
Jakub Kicinski <kuba@...nel.org>, <linux-wireless@...r.kernel.org>,
<netdev@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
<lvc-project@...uxtesting.org>
Subject: [PATCH 5.10 0/1] wifi: rtl8xxxu: Fix the error handling of the probe function
Svacer reports a NULL-pointer dereference in rtl8xxxu_probe().
After having been compared to a NULL value, pointer hw is passed as
1st parameter in call to ieee80211_free_hw(), where it is dereferenced.
The problem is present in 5.10 stable release and can be fixed by the
following upstream patch that can be cleanly applied to 5.10 branch.
Powered by blists - more mailing lists