]> git.puffer.fish Git - matthieu/frr.git/commit
ospfd: fix check for network configuration
authorIgor Ryzhov <iryzhov@nfware.com>
Tue, 13 Oct 2020 21:25:35 +0000 (00:25 +0300)
committerIgor Ryzhov <iryzhov@nfware.com>
Tue, 13 Oct 2020 23:20:27 +0000 (02:20 +0300)
commiteb364867d4ef7274669fda9d49bc41d7d4edddec
treea99ad2e7d5fd81da89bd8b2d3001736ca74a27d0
parent5e28025a5b3ea9871029c94d76dfd823d59d0906
ospfd: fix check for network configuration

We should check for existing networks configuration before creating
if_params structure, or it leads to the memory leak.

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