kernel_samsung_a53x/drivers/net/ethernet/intel/ice
Rand Deeb 6bbdf10e97 net: ice: Fix potential NULL pointer dereference in ice_bridge_setlink()
[ Upstream commit 06e456a05d669ca30b224b8ed962421770c1496c ]

The function ice_bridge_setlink() may encounter a NULL pointer dereference
if nlmsg_find_attr() returns NULL and br_spec is dereferenced subsequently
in nla_for_each_nested(). To address this issue, add a check to ensure that
br_spec is not NULL before proceeding with the nested attribute iteration.

Fixes: b1edc14a3fbf ("ice: Implement ice_bridge_getlink and ice_bridge_setlink")
Signed-off-by: Rand Deeb <rand.sec96@gmail.com>
Reviewed-by: Simon Horman <horms@kernel.org>
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2024-11-18 23:19:34 +01:00
..
ice.h
ice_adminq_cmd.h
ice_arfs.c
ice_arfs.h
ice_base.c
ice_base.h
ice_common.c
ice_common.h
ice_controlq.c
ice_controlq.h
ice_dcb.c
ice_dcb.h
ice_dcb_lib.c
ice_dcb_lib.h
ice_dcb_nl.c
ice_dcb_nl.h
ice_devids.h
ice_devlink.c
ice_devlink.h
ice_ethtool.c
ice_ethtool_fdir.c
ice_fdir.c
ice_fdir.h
ice_flex_pipe.c
ice_flex_pipe.h
ice_flex_type.h
ice_flow.c
ice_flow.h
ice_fltr.c
ice_fltr.h
ice_fw_update.c
ice_fw_update.h
ice_hw_autogen.h
ice_lan_tx_rx.h
ice_lib.c
ice_lib.h
ice_main.c
ice_nvm.c
ice_nvm.h
ice_osdep.h
ice_protocol_type.h
ice_sched.c
ice_sched.h
ice_sriov.c
ice_sriov.h
ice_status.h
ice_switch.c
ice_switch.h
ice_txrx.c
ice_txrx.h
ice_txrx_lib.c
ice_txrx_lib.h
ice_type.h
ice_virtchnl_pf.c
ice_virtchnl_pf.h
ice_xsk.c
ice_xsk.h
Makefile