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 1537086: Null pointer dereferences (NULL_RETURNS) /zebra/zebra_gr.c: 654 in zebra_gr_process_client() ________________________________________________________________________________________________________ *** CID 1537086: Null pointer dereferences (NULL_RETURNS) /zebra/zebra_gr.c: 654 in zebra_gr_process_client() 648 uint8_t instance) 649 { 650 struct zserv *client = zserv_find_client(proto, instance); 651 struct client_gr_info *info = NULL; 652 struct zebra_gr_afi_clean *gac; 653
CID 1537086: Null pointer dereferences (NULL_RETURNS) Dereferencing "client", which is known to be "NULL".
654 TAILQ_FOREACH (info, &client->gr_info_queue, gr_info) { 655 if (info->vrf_id == vrf_id) 656 break; 657 } 658 659 if (info == NULL)
________________________________________________________________________________________________________ To view the defects in Coverity Scan visit, https://u15810271.ct.sendgrid.net/ls/click?upn=HRESupC-2F2Czv4BOaCWWCy7my0P0...
participants (1)
-
scan-admin@coverity.com