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. New defect(s) Reported-by: Coverity Scan Showing 1 of 1 defect(s) ** CID 1475616: Error handling issues (CHECKED_RETURN) /zebra/zebra_vty.c: 2305 in clear_evpn_dup_addr_magic() ________________________________________________________________________________________________________ *** CID 1475616: Error handling issues (CHECKED_RETURN) /zebra/zebra_vty.c: 2305 in clear_evpn_dup_addr_magic() 2299 2300 zvrf = vrf_info_lookup(VRF_DEFAULT); 2301 if (vni_val) { 2302 vni = strtoul(vni_val, NULL, 10); 2303 2304 if (mac_val) {
CID 1475616: Error handling issues (CHECKED_RETURN) Calling "prefix_str2mac" without checking return value (as is done elsewhere 7 out of 8 times).
2305 prefix_str2mac(mac_val, &mac_addr); 2306 zebra_vxlan_clear_dup_detect_vni_mac(vty, zvrf, vni, 2307 &mac_addr); 2308 } else if (ip) { 2309 if (sockunion_family(ip) == AF_INET) { 2310 host_ip.ipa_type = IPADDR_V4;
________________________________________________________________________________________________________ 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