]> git.puffer.fish Git - mirror/frr.git/commit
pimd: Fix core from json static mroute show 547/head
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 8 Mar 2017 15:27:21 +0000 (10:27 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 16 May 2017 17:01:14 +0000 (13:01 -0400)
commit76ca2fbaa2b8810b7015ee03aafcab25e385fa48
treec6b9902a55473cae2febe160524e8e34373717eb
parentf8c7b8a495ebba47e72677d5ef9ead344f413b22
pimd: Fix core from json static mroute show

When we have no normal mroutes and only static mroutes
there exists a code path where we attempted to dereference
c_oil when we were showing static mroutes.  Looks like
a cut-n-paste error, we should be using s_route->c_oil there

Ticket: CM-15013
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
pimd/pim_cmd.c