Hi, Please find the latest report on new defect(s) introduced to freerangerouting/frr found with Coverity Scan. 1 new defect(s) introduced to freerangerouting/frr found with Coverity Scan. New defect(s) Reported-by: Coverity Scan Showing 1 of 1 defect(s) ** CID 1472311: Null pointer dereferences (NULL_RETURNS) /staticd/static_nht.c: 45 in static_nht_update() ________________________________________________________________________________________________________ *** CID 1472311: Null pointer dereferences (NULL_RETURNS) /staticd/static_nht.c: 45 in static_nht_update() 39 struct vrf *vrf; 40 bool orig; 41 bool reinstall; 42 43 vrf = vrf_lookup_by_id(vrf_id); 44
CID 1472311: Null pointer dereferences (NULL_RETURNS) Dereferencing a null pointer "vrf".
45 if (!vrf->info) 46 return; 47 48 svrf = vrf->info; 49 stable = static_vrf_static_table(afi, SAFI_UNICAST, svrf); 50 if (!stable)
________________________________________________________________________________________________________ To view the defects in Coverity Scan visit, https://u2389337.ct.sendgrid.net/wf/click?upn=08onrYu34A-2BWcWUl-2F-2BfV0V05...