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 1509843: (UNINIT) ________________________________________________________________________________________________________ *** CID 1509843: (UNINIT) /ospfd/ospf_vty.c: 4481 in show_ip_ospf_neighbor_sub() 4475 nbr->priority, msgbuf); 4476 else 4477 vty_out(vty, "%-15pI4 %3d %-15s ", 4478 &nbr->router_id, nbr->priority, 4479 msgbuf); 4480
CID 1509843: (UNINIT) Using uninitialized value "res.tv_usec" when calling "ospf_timeval_dump".
4481 vty_out(vty, "%-15s ", 4482 ospf_timeval_dump(&res, uptime, 4483 sizeof(uptime))); 4484 4485 vty_out(vty, "%9s ", 4486 ospf_timer_dump(nbr->t_inactivity, /ospfd/ospf_vty.c: 4434 in show_ip_ospf_neighbor_sub() 4428 json_object_int_add(json_neighbor, 4429 "upTimeInMsec", 4430 time_val); 4431 json_object_int_add(json_neighbor, 4432 "deadTimeMsecs", 4433 time_store);
CID 1509843: (UNINIT) Using uninitialized value "res.tv_usec" when calling "ospf_timeval_dump".
4434 json_object_string_add( 4435 json_neighbor, "upTime", 4436 ospf_timeval_dump( 4437 &res, uptime, 4438 sizeof(uptime))); 4439 json_object_string_add(
________________________________________________________________________________________________________ To view the defects in Coverity Scan visit, https://u15810271.ct.sendgrid.net/ls/click?upn=HRESupC-2F2Czv4BOaCWWCy7my0P0...