]> git.proxmox.com Git - mirror_frr.git/commit - pimd/pim_ifchannel.c
pimd: ch->upstream cannot be NULL
authorDonald Sharp <sharpd@nvidia.com>
Mon, 15 Aug 2022 15:39:14 +0000 (11:39 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Mon, 15 Aug 2022 19:45:05 +0000 (15:45 -0400)
commit29b458ef1f72c9b117cb603dd74ab3aec49e21ae
tree10a51fd28d52b6aacaa47b923f4c7dcc3896f457
parent7fc3f834e99030b5ec2a62f120a995d617161d47
pimd: ch->upstream cannot be NULL

in pim_ifchannel.c there exists several spots where
the ch->upstream is assumed to be NULL.  This is not
possible.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
pimd/pim_ifchannel.c