]> git.puffer.fish Git - matthieu/frr.git/commit
zebra: Guard printing an error by checking if VRF is not NULL
authorDonatas Abraitis <donatas@opensourcerouting.org>
Sat, 8 Jul 2023 08:26:03 +0000 (11:26 +0300)
committerDonatas Abraitis <donatas@opensourcerouting.org>
Mon, 10 Jul 2023 19:37:35 +0000 (22:37 +0300)
commit4bd04364adb27e18052730a54ee9a85ae12386c2
tree6409622253c8e06902e684ff408b2de5341641ca
parentf5fee8dd54e7e17d759ebe608b81af01dbd476b2
zebra: Guard printing an error by checking if VRF is not NULL

Check if vrf_lookup_by_id() didn't return a NULL before dereferencing in
flor_err().

Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
zebra/interface.c