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. 63 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 1506902: Error handling issues (CHECKED_RETURN) /zebra/zebra_fpm.c: 2000 in zfpm_init() ________________________________________________________________________________________________________ *** CID 1506902: Error handling issues (CHECKED_RETURN) /zebra/zebra_fpm.c: 2000 in zfpm_init() 1994 1995 zfpm_stats_init(&zfpm_g->stats); 1996 zfpm_stats_init(&zfpm_g->last_ivl_stats); 1997 zfpm_stats_init(&zfpm_g->cumulative_stats); 1998 1999 memset(&ipv4ll_gateway, 0, sizeof(ipv4ll_gateway));
CID 1506902: Error handling issues (CHECKED_RETURN) Calling "inet_pton" without checking return value (as is done elsewhere 10 out of 11 times).
2000 inet_pton(AF_INET, ipv4_ll_buf, &ipv4ll_gateway.ipv4); 2001 2002 install_node(&zebra_node); 2003 install_element(ENABLE_NODE, &show_zebra_fpm_stats_cmd); 2004 install_element(ENABLE_NODE, &clear_zebra_fpm_stats_cmd); 2005 install_element(CONFIG_NODE, &fpm_remote_ip_cmd);
________________________________________________________________________________________________________ To view the defects in Coverity Scan visit, https://u15810271.ct.sendgrid.net/ls/click?upn=HRESupC-2F2Czv4BOaCWWCy7my0P0...