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 1439519: Null pointer dereferences (FORWARD_NULL) /pimd/pim_vty.c: 239 in pim_interface_config_write() ________________________________________________________________________________________________________ *** CID 1439519: Null pointer dereferences (FORWARD_NULL) /pimd/pim_vty.c: 239 in pim_interface_config_write() 233 for (ALL_LIST_ELEMENTS_RO (vrf_iflist (VRF_DEFAULT), node, ifp)) { 234 235 /* IF name */ 236 vty_out(vty, "interface %s%s", ifp->name, VTY_NEWLINE); 237 ++writes; 238
CID 1439519: Null pointer dereferences (FORWARD_NULL) Comparing "ifp->info" to null implies that "ifp->info" might be null.
239 if (ifp->info) { 240 struct pim_interface *pim_ifp = ifp->info; 241 242 if (PIM_IF_TEST_PIM(pim_ifp->options)) { 243 vty_out(vty, " ip pim sm%s", VTY_NEWLINE); 244 ++writes;
________________________________________________________________________________________________________ To view the defects in Coverity Scan visit, https://u2389337.ct.sendgrid.net/wf/click?upn=08onrYu34A-2BWcWUl-2F-2BfV0V05... To manage Coverity Scan email notifications for "frr@lists.nox.tf", click https://u2389337.ct.sendgrid.net/wf/click?upn=08onrYu34A-2BWcWUl-2F-2BfV0V05...