]> git.puffer.fish Git - mirror/frr.git/commit
pimd: Fix possible null of pim instance
authorDonald Sharp <sharpd@nvidia.com>
Fri, 21 Apr 2023 11:08:53 +0000 (07:08 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Fri, 21 Apr 2023 11:08:53 +0000 (07:08 -0400)
commitdb865bf6ed708e087eaef18d89f458044582cac4
tree6a40a66b58b6c74863ef6007f0b78fe0b17ec4dc
parent7b343a9ed5381d6e66cb68a6aa396d2194de7444
pimd: Fix possible null of pim instance

Coverity shows a path where the pim instance may
be null.  In this code path if we have no pim
vrf there is nothing to do anyway so just return

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