]> git.puffer.fish Git - matthieu/frr.git/commit
ospfd: correctly cleanup spf data
authorIgor Ryzhov <iryzhov@nfware.com>
Tue, 31 Aug 2021 10:41:40 +0000 (13:41 +0300)
committerIgor Ryzhov <iryzhov@nfware.com>
Tue, 31 Aug 2021 10:41:40 +0000 (13:41 +0300)
commit57e4c21583a9fa4c9d34fa8263930c3a1d5c6cd9
tree6c61c8ffebc607f40b934565a5688ebdfbc0600d
parent7a41218be4a5404ae9949bfef6a4630512a8af49
ospfd: correctly cleanup spf data

ospf_spf_cleanup frees the data so we need to reset the stale pointers.

Fixes #9523.

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