]> git.puffer.fish Git - matthieu/frr.git/commit
ospf6d: Fix debug string in rare case
authorDonald Sharp <sharpd@nvidia.com>
Fri, 17 Sep 2021 13:25:54 +0000 (09:25 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Tue, 21 Sep 2021 11:54:54 +0000 (07:54 -0400)
commit6926bedfb3f2e95ae8b47a5dd338ae19b2736f68
tree771a0d158198a9ac98da0756e357f67209e37f7a
parent9ffafdd76bd1ae3a5fcf72d6445a7aa09a37c432
ospf6d: Fix debug string in rare case

When looking up the o_path->ls_prefix if it is not found
the debug statement was using a buf that was never initialized.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
ospf6d/ospf6_intra.c