Hi, Please find the latest report on new defect(s) introduced to freerangerouting/frr found with Coverity Scan. 2 new defect(s) introduced to freerangerouting/frr found with Coverity Scan. New defect(s) Reported-by: Coverity Scan Showing 2 of 2 defect(s) ** CID 1433546: Incorrect expression (PW.ASSIGN_WHERE_COMPARE_MEANT) /tools/permutations.c: 90 in () ________________________________________________________________________________________________________ *** CID 1433546: Incorrect expression (PW.ASSIGN_WHERE_COMPARE_MEANT) /tools/permutations.c: 90 in () 84 } 85 else 86 { 87 bool skip = false; 88 if (stok->type == FORK_TKN && tok->type != FORK_TKN) 89 for (ALL_LIST_ELEMENTS_RO (position, ln, gnn))
CID 1433546: Incorrect expression (PW.ASSIGN_WHERE_COMPARE_MEANT) use of "=" where "==" may have been intended
90 if (gnn == gn && (skip = true)) 91 break; 92 if (!skip) 93 permute (gn); 94 } 95 } 96 list_delete_node (position, listtail(position));
** CID 1433545: Incorrect expression (PW.ASSIGN_WHERE_COMPARE_MEANT) /lib/command.c: 1626 in () ________________________________________________________________________________________________________ *** CID 1433545: Incorrect expression (PW.ASSIGN_WHERE_COMPARE_MEANT) /lib/command.c: 1626 in () 1620 } 1621 else 1622 { 1623 bool skip = false; 1624 if (stok->type == FORK_TKN && tok->type != FORK_TKN) 1625 for (ALL_LIST_ELEMENTS_RO (position, ln, gnn))
CID 1433545: Incorrect expression (PW.ASSIGN_WHERE_COMPARE_MEANT) use of "=" where "==" may have been intended
1626 if (gnn == gn && (skip = true)) 1627 break; 1628 if (!skip) 1629 permute (gn, vty); 1630 } 1631 }
________________________________________________________________________________________________________ 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...