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 1527246: Null pointer dereferences (FORWARD_NULL) ________________________________________________________________________________________________________ *** CID 1527246: Null pointer dereferences (FORWARD_NULL) /isisd/isis_route.c: 500 in isis_route_update() 494 /* Install route. */ 495 if (area) 496 isis_zebra_route_add_route(area->isis, prefix, src_p, 497 route_info); 498 /* Install/reinstall Prefix-SID label. */ 499 if (route_info->sr.present)
CID 1527246: Null pointer dereferences (FORWARD_NULL) Passing null pointer "area" to "isis_zebra_prefix_sid_install", which dereferences it.
500 isis_zebra_prefix_sid_install(area, prefix, route_info, 501 &route_info->sr); 502 hook_call(isis_route_update_hook, area, prefix, route_info); 503 504 SET_FLAG(route_info->flag, ISIS_ROUTE_FLAG_ZEBRA_SYNCED); 505 UNSET_FLAG(route_info->flag, ISIS_ROUTE_FLAG_ZEBRA_RESYNC);
________________________________________________________________________________________________________ To view the defects in Coverity Scan visit, https://u15810271.ct.sendgrid.net/ls/click?upn=HRESupC-2F2Czv4BOaCWWCy7my0P0...