]> git.puffer.fish Git - matthieu/frr.git/commit
pimd: fix pim_instance NULL deference in pim_vxlan_mlag_update
authorsarita patra <saritap@vmware.com>
Mon, 4 Apr 2022 10:53:36 +0000 (03:53 -0700)
committersarita patra <saritap@vmware.com>
Mon, 4 Apr 2022 12:27:57 +0000 (05:27 -0700)
commite2116917e579d52a27e64953161c24f0e5e4d551
treea35034a41bd4bdf8fe25bf8d13ef31cec2ee0941
parent96322c148bfc862a60cbd11bf03a0afab5da4b75
pimd: fix pim_instance NULL deference in pim_vxlan_mlag_update

Fixing the below coverity issue.
>>>     CID 1515545:    (NULL_RETURNS)
>>>     Dereferencing a pointer that might be "NULL" "pim" when calling "pim_vxlan_set_peerlink_rif".
902                     pim_vxlan_set_peerlink_rif(pim, NULL);

Signed-off-by: sarita patra <saritap@vmware.com>
pimd/pim_vxlan.c