New Defects reported by Coverity Scan for freerangerouting/frr
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. 12 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 1480221: Null pointer dereferences (NULL_RETURNS) ________________________________________________________________________________________________________ *** CID 1480221: Null pointer dereferences (NULL_RETURNS) /zebra/redistribute.c: 773 in zebra_import_table_rm_update() 767 768 rmap_name = zebra_get_import_table_route_map(afi, i); 769 if ((!rmap_name) || (strcmp(rmap_name, rmap) != 0)) 770 continue; 771 table = zebra_vrf_table_with_table_id(afi, SAFI_UNICAST, 772 i, VRF_DEFAULT);
CID 1480221: Null pointer dereferences (NULL_RETURNS) Dereferencing a pointer that might be null "table" when calling "route_top".
773 for (rn = route_top(table); rn; rn = route_next(rn)) { 774 /* For each entry in the non-default 775 * routing table, 776 * add the entry in the main table 777 */ 778 if (!rn->info)
________________________________________________________________________________________________________ To view the defects in Coverity Scan visit, https://u2389337.ct.sendgrid.net/wf/click?upn=08onrYu34A-2BWcWUl-2F-2BfV0V05...
participants (1)
-
scan-admin@coverity.com