]> git.puffer.fish Git - mirror/frr.git/commit
ospf6d: fix possible crashes
authorIgor Ryzhov <iryzhov@nfware.com>
Tue, 25 May 2021 18:58:55 +0000 (21:58 +0300)
committerIgor Ryzhov <iryzhov@nfware.com>
Thu, 27 May 2021 10:20:04 +0000 (13:20 +0300)
commit7a9a640e1ece3e7d9fcd9e5eb9d526d4113397f2
treea0cb951b75203a430ae99f3a0233c3c67b32b2c6
parent13df8fc58ebc7e8f428f7caa82772e8bc655308b
ospf6d: fix possible crashes

OSPF6 instance may not exist when processing interface state change.
Do not execute processing steps that require an instance if an area is
not configured for an interface.

Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
ospf6d/ospf6_interface.c