]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd: bgp pointer may be null
authorDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 3 Oct 2019 12:57:55 +0000 (08:57 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 3 Oct 2019 12:57:55 +0000 (08:57 -0400)
commit3835984f1c66283031af6c3433ff6e289b6059a6
tree50331bc5f435e81c79b55f8e728659cbf7e58c9b
parentc17140fd7aff77c1763333dfdbc2bb0cf162786c
bgpd: bgp pointer may be null

The bgp pointer may not be actually found.  The debug
message that was using it could get the same value
another way.  Convert over

Fixes Coverity Scan Issue:

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