Files
u-boot/drivers/net
Heinrich Schuchardt ebb8ff61ad net: phy: possible NULL dereference in fixed_phy_create()
We check if phydev is NULL. Only but if it is non-NULL we set one
component of phydev. But even if it is NULL we set another. We should not
dereference NULL in either case.

Fixes: e24b58f5ed ("net: phy: don't require PHY interface mode during PHY creation")
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Marek Behún <kabel@kernel.org>
2022-08-08 11:37:57 -04:00
..
2021-09-28 18:50:56 +03:00
2022-07-26 11:29:01 +02:00
2022-06-03 11:15:24 -04:00
2022-08-08 10:50:20 -04:00
2022-03-25 12:01:15 +00:00
2022-05-04 07:05:51 +02:00
2022-06-06 12:09:12 -04:00