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 1466892: Incorrect expression (COPY_PASTE_ERROR) /bgpd/bgp_route.c: 570 in bgp_info_cmp() ________________________________________________________________________________________________________ *** CID 1466892: Incorrect expression (COPY_PASTE_ERROR) /bgpd/bgp_route.c: 570 in bgp_info_cmp() 564 "%s: %s wins over %s due to preferred BGP_ROUTE type", 565 pfx_buf, new_buf, exist_buf); 566 return 1; 567 } 568 569 if (!(exist->sub_type == BGP_ROUTE_NORMAL ||
CID 1466892: Incorrect expression (COPY_PASTE_ERROR) "new" in "new->sub_type" looks like a copy-paste error.
570 new->sub_type == BGP_ROUTE_IMPORTED)) { 571 if (debug) 572 zlog_debug( 573 "%s: %s loses to %s due to preferred BGP_ROUTE type", 574 pfx_buf, new_buf, exist_buf); 575 return 0;
________________________________________________________________________________________________________ To view the defects in Coverity Scan visit, https://u2389337.ct.sendgrid.net/wf/click?upn=08onrYu34A-2BWcWUl-2F-2BfV0V05...