]> git.puffer.fish Git - mirror/frr.git/commit
ospfd: lp may be null, make sure it isn't
authorDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 1 Jun 2018 00:55:59 +0000 (20:55 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 5 Jun 2018 14:42:05 +0000 (10:42 -0400)
commit20a7c80cc2efa52fec7d029cc1ad52c037a0824c
treee9b04c74892b22a14006ece122c215202e7ba072
parent752ee70be899a388d9e8432f8b78b92159a832c4
ospfd: lp may be null, make sure it isn't

We lookup the lp value and lookup_linkparams_by_instance
can return NULL if something has gone terribly wrong.
Make sure that lp is not NULL.

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