]> git.puffer.fish Git - mirror/frr.git/commit
pimd: Fix crash when looking at S,G from *,G
authorDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 27 Sep 2016 23:59:34 +0000 (19:59 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 22 Dec 2016 01:26:11 +0000 (20:26 -0500)
commit8ccbc80f01ca6181e1b00c033389a79d87dbc70e
tree4f295dfac871709e50c2ffa93c7b873b02b7557a
parent8151e2865c405e569ad180074a2be7b7c0d71425
pimd: Fix crash when looking at S,G from *,G

When looping over S,G's associated with a *,G,
there can exist situations where we have not created
the channel oil for the S,G yet.  Don't allow this
to crash the system.

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