]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
batman-adv: Fix check of retrieved orig_gw in batadv_v_gw_is_eligible
authorSven Eckelmann <sven.eckelmann@openmesh.com>
Wed, 29 Nov 2017 09:50:42 +0000 (10:50 +0100)
committerSimon Wunderlich <sw@simonwunderlich.de>
Fri, 1 Dec 2017 11:37:58 +0000 (12:37 +0100)
commit198a62ddffa4a4ffaeb741f642b7b52f2d91ae9b
tree73261ddabaf836bf7f606ea6ea3e2be13ec0510f
parentfe77d8257c4d838c5976557ddb87bd789f312412
batman-adv: Fix check of retrieved orig_gw in batadv_v_gw_is_eligible

The batadv_v_gw_is_eligible function already assumes that orig_node is not
NULL. But batadv_gw_node_get may have failed to find the originator. It
must therefore be checked whether the batadv_gw_node_get failed and not
whether orig_node is NULL to detect this error.

Fixes: 50164d8f500f ("batman-adv: B.A.T.M.A.N. V - implement GW selection logic")
Signed-off-by: Sven Eckelmann <sven.eckelmann@openmesh.com>
Acked-by: Antonio Quartulli <a@unstable.cc>
Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
net/batman-adv/bat_v.c