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. 2 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 1472310: Error handling issues (CHECKED_RETURN) /bgpd/bgp_debug.c: 624 in bgp_debug_parse_evpn_prefix() ________________________________________________________________________________________________________ *** CID 1472310: Error handling issues (CHECKED_RETURN) /bgpd/bgp_debug.c: 624 in bgp_debug_parse_evpn_prefix() 618 evpn_type = 0; 619 620 if (evpn_type == BGP_EVPN_MAC_IP_ROUTE) { 621 memset(&ip, 0, sizeof(struct ipaddr)); 622 623 argv_find(argv, argc, "mac", &mac_idx);
CID 1472310: Error handling issues (CHECKED_RETURN) Calling "prefix_str2mac" without checking return value (as is done elsewhere 5 out of 6 times).
624 prefix_str2mac(argv[mac_idx + 1]->arg, &mac); 625 626 argv_find(argv, argc, "ip", &ip_idx); 627 str2ipaddr(argv[ip_idx + 1]->arg, &ip); 628 629 build_evpn_type2_prefix((struct prefix_evpn *)argv_p,
________________________________________________________________________________________________________ To view the defects in Coverity Scan visit, https://u2389337.ct.sendgrid.net/wf/click?upn=08onrYu34A-2BWcWUl-2F-2BfV0V05...