]> git.puffer.fish Git - mirror/frr.git/commit
pimd: Fix crash with interface not configed under pim.
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 24 Aug 2016 12:29:24 +0000 (08:29 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 22 Dec 2016 01:26:07 +0000 (20:26 -0500)
commit359175704f9f4b1c2e4eae435a193db39c6db0c2
treeb6e7a81213c29570d5b4855573ef2e532408180c
parent6abb1fc25fc21382c511b93d0736d1e9425940db
pimd: Fix crash with interface not configed under pim.

When the RP's address in PIM is not under the loopback,
we can have a situation where this causes PIM to crash.
Check for NULL pointers.

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