]> git.proxmox.com Git - mirror_frr.git/commit
zebra: ifp must be a real pointer sometimes
authorDonald Sharp <sharpd@cumulusnetworks.com>
Sat, 4 May 2019 00:06:55 +0000 (20:06 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 3 May 2019 09:05:19 +0000 (05:05 -0400)
commit4bb55bbecc67b33c4f72bf88f6f9c73330a1f44a
tree379d722ee8bfc2b1530eeab13e017256acc3eaa0
parent964c3dba62d7532957f7ea20a82c0afb4c8b3de2
zebra: ifp must be a real pointer sometimes

The ifp pointer must be pointing at a real location
in memory since right above us in this loop we
return if it is.

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