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. 1 defect(s), reported by Coverity Scan earlier, were marked fixed in the recent build analyzed by Coverity Scan. New defect(s) Reported-by: Coverity Scan Showing 1 of 1 defect(s) ** CID 1600812: Null pointer dereferences (NULL_RETURNS) ________________________________________________________________________________________________________ *** CID 1600812: Null pointer dereferences (NULL_RETURNS) /zebra/connected.c: 194 in connected_remove_kernel_for_connected() 188 { 189 struct route_node *rn; 190 struct route_entry *re; 191 rib_dest_t *dest; 192 struct route_table *table = zebra_vrf_table(afi, SAFI_UNICAST, zvrf->vrf->vrf_id); 193
CID 1600812: Null pointer dereferences (NULL_RETURNS) Dereferencing a pointer that might be "NULL" "table" when calling "route_node_match".
194 rn = route_node_match(table, p); 195 if (!rn) 196 return; 197 198 if (!prefix_same(&rn->p, p)) 199 return;
________________________________________________________________________________________________________ To view the defects in Coverity Scan visit, https://u15810271.ct.sendgrid.net/ls/click?upn=u001.AxU2LYlgjL6eX23u9ErQy-2B...