]> git.proxmox.com Git - mirror_frr.git/commit
zebra: Add NULL check before nhg_connected insert
authorStephen Worley <sworley@cumulusnetworks.com>
Tue, 14 May 2019 21:36:48 +0000 (14:36 -0700)
committerStephen Worley <sworley@cumulusnetworks.com>
Fri, 25 Oct 2019 15:13:39 +0000 (11:13 -0400)
commit18cf7f15d635ba9738e98b7eeb5ff50cfacbec0e
treef1b9e1c718bf4cab61e62d34ea469ad24e92881e
parent085304dc09bad042df987d9fb62272afd993f7fe
zebra: Add NULL check before nhg_connected insert

Add a check to make sure we allocated the nhg_connected
before inserting into the RB tree.

Signed-off-by: Stephen Worley <sworley@cumulusnetworks.com>
zebra/zebra_nhg.c