Re: [PATCH] phy: sun4i-usb: fix dereference of pointer phy0 before it is null checked

From: Vinod Koul
Date: Thu Jun 25 2020 - 08:57:02 EST


On 25-06-20, 13:44, Colin King wrote:
> From: Colin Ian King <colin.king@xxxxxxxxxxxxx>
>
> Currently pointer phy0 is being dereferenced via the assignment of
> phy on the call to phy_get_drvdata before phy0 is null checked, this
> can lead to a null pointer dereference. Fix this by performing the
> null check on phy0 before the call to phy_get_drvdata. Also replace
> the phy0 == NULL check with the more usual !phy0 idiom.

Applied, thanks
--
~Vinod