]> git.proxmox.com Git - mirror_frr.git/commit - bgpd/bgp_evpn.c
bgpd isisd: null check (Clang scan)
authorF. Aragon <paco@voltanet.io>
Fri, 29 Jun 2018 15:14:23 +0000 (17:14 +0200)
committerF. Aragon <paco@voltanet.io>
Fri, 29 Jun 2018 15:51:44 +0000 (17:51 +0200)
commit1230a82d5b3165a200ee8b6742149e06f84aad58
treed91adbe4cc73db584452ae4cdabfb558e75ef7eb
parent62a9c814e1721a76b251d7c8861c51f196458695
bgpd isisd: null check (Clang scan)

This correction fixes three bugs detected by Clang scan:

Bug Group: Logic error
Bug Type: Dereference of null pointer

File: bgpd/bgp_evpn.c
Function: bgp_evpn_unconfigure_import_rt_for_vrf
Line: 4246

File: isisd/isis_spf.c
Function: isis_print_paths
Line: 69 (two bugs of same type in one line)

Signed-off-by: F. Aragon <paco@voltanet.io>
bgpd/bgp_evpn.c
isisd/isis_spf.c