drivers/net/bonding/bond_3ad: return when there's no aggregator
authorDaniil Tatianin <d-tatianin@yandex-team.ru>
Mon, 2 Jan 2023 09:53:35 +0000 (12:53 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 12 Jan 2023 11:02:28 +0000 (12:02 +0100)
commitfaecbaf1ffcdbc7d4ab7c6ad7e222d14a2d71771
treecd4be6aa2a4af469667cddd156ac726db9ba4f20
parent73fee7e1e5ea11b51c51c46e0577a197ca3602cf
drivers/net/bonding/bond_3ad: return when there's no aggregator

[ Upstream commit 9c807965483f42df1d053b7436eedd6cf28ece6f ]

Otherwise we would dereference a NULL aggregator pointer when calling
__set_agg_ports_ready on the line below.

Found by Linux Verification Center (linuxtesting.org) with the SVACE
static analysis tool.

Fixes: 1da177e4c3f4 ("Linux-2.6.12-rc2")
Signed-off-by: Daniil Tatianin <d-tatianin@yandex-team.ru>
Reviewed-by: Jiri Pirko <jiri@nvidia.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/net/bonding/bond_3ad.c