]> git.proxmox.com Git - mirror_frr.git/commit - lib/nexthop_group.c
lib: Add NULL check in nexthop_group_equal*() iter
authorStephen Worley <sworley@cumulusnetworks.com>
Tue, 3 Sep 2019 20:43:42 +0000 (16:43 -0400)
committerStephen Worley <sworley@cumulusnetworks.com>
Fri, 25 Oct 2019 15:13:43 +0000 (11:13 -0400)
commitdd9546e1966e91de0f88bdcba19c93440b8df006
treed04032ceb96c0e7e8419fad66c80def5a0afb1a0
parentfec211ad95a3a2967e72d49ab3036ae01e4b3762
lib: Add NULL check in nexthop_group_equal*() iter

Add NULL checks in `nexthop_group_equal*()` iteration
before calling `nexthop_same()` to make Clang SA happy.

Signed-off-by: Stephen Worley <sworley@cumulusnetworks.com>
lib/nexthop_group.c