]> git.puffer.fish Git - mirror/frr.git/commit
ospfd: check for NULLs in vty code 13905/head
authorMark Stapp <mjs@labn.net>
Fri, 30 Jun 2023 13:44:00 +0000 (09:44 -0400)
committerMergify <37929162+mergify[bot]@users.noreply.github.com>
Sun, 2 Jul 2023 19:40:56 +0000 (19:40 +0000)
commit93a3c738c855a5d0b59d86b4598297f6775a2e5d
tree16c062d8abf1376cf4f05664f9436d8aa2b43661
parent26e22ff7e59122c180b03b15894cd460e206333b
ospfd: check for NULLs in vty code

There were a couple of cli paths that NULL-checked in the
vtysh output path, but not in the json path.

Signed-off-by: Mark Stapp <mjs@labn.net>
(cherry picked from commit 864a3bc1855ec8027fec8d6f400adb44e1ecbfcf)
ospfd/ospf_ldp_sync.c
ospfd/ospf_vty.c