]> git.puffer.fish Git - matthieu/frr.git/commit
zebra: Check for NULL in connected_add_ipv6
authorDonald Sharp <sharpd@cumulusnetworks.com>
Mon, 16 Apr 2018 15:17:52 +0000 (11:17 -0400)
committerRenato Westphal <renato@opensourcerouting.org>
Fri, 29 Jun 2018 19:17:17 +0000 (16:17 -0300)
commit62e74fd74b205ed684795ba5773a85d885c12554
tree95e487e206448aea59a4b0839f94653adac062eb
parente9e41f8a87a6e17dc1b7fcc34440c53c9a20740e
zebra: Check for NULL in connected_add_ipv6

When I implemented the same functionality in add_ipv6 that
add_ipv4 has I just assumed that broad would not be NULL with
the ZEBRA_IFA_PEER flag set.

Modify the code to act similiar to the flow of control
in add_ipv4.

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