]> git.proxmox.com Git - mirror_frr.git/commit - pimd/pim_upstream.c
pimd: fix pimd crashes around pim rpf
authorChirag Shah <chirag@cumulusnetworks.com>
Tue, 25 Apr 2017 05:32:23 +0000 (22:32 -0700)
committerChirag Shah <chirag@cumulusnetworks.com>
Tue, 25 Apr 2017 19:52:04 +0000 (12:52 -0700)
commit1131c2eb3b04fad3b86a5df8d551419d928dc669
treec67cd999718e99b26f39a6d9ecef5bbd76675777
parent1f58d560da1544b103a6b665e825e367f10cbb33
pimd: fix pimd crashes around pim rpf

During neighbor down event, all upstream entries rpf lookup may result
into nhop address with 0.0.0.0 and rpf interface info being NULL.
Put preventin check where rpf interface info is accessed.

Signed-off-by: Chirag Shah <chirag@cumulusnetworks.com>
pimd/pim_join.c
pimd/pim_jp_agg.c
pimd/pim_neighbor.c
pimd/pim_nht.c
pimd/pim_rp.c
pimd/pim_rpf.c
pimd/pim_upstream.c