]> git.puffer.fish Git - matthieu/frr.git/commit
ospfd: check for NULLs in vty code
authorMark Stapp <mjs@labn.net>
Fri, 30 Jun 2023 13:44:00 +0000 (09:44 -0400)
committerMark Stapp <mjs@labn.net>
Fri, 30 Jun 2023 17:58:16 +0000 (13:58 -0400)
commit864a3bc1855ec8027fec8d6f400adb44e1ecbfcf
treed5a84d27cd91c68aa893e3f59fd180ea5d603833
parent579d00e167bedfd9770cf5c1b692fa0d56f8196c
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>
ospfd/ospf_ldp_sync.c
ospfd/ospf_vty.c