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)
committerDavid S. Miller <davem@davemloft.net>
Tue, 3 Jan 2023 09:17:12 +0000 (09:17 +0000)
commit9c807965483f42df1d053b7436eedd6cf28ece6f
treee75ffd73291433d9f0a73ef65dc23ee23cdc1679
parentd57609fad9579f20bbc21f73f7d507937118a79b
drivers/net/bonding/bond_3ad: return when there's no aggregator

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>
drivers/net/bonding/bond_3ad.c