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. 10 defect(s), reported by Coverity Scan earlier, were marked fixed in the recent build analyzed by Coverity Scan. New defect(s) Reported-by: Coverity Scan Showing 2 of 2 defect(s) ** CID 1438075: Program hangs (ORDER_REVERSAL) /lib/thread.c: 936 in thread_cancel() ________________________________________________________________________________________________________ *** CID 1438075: Program hangs (ORDER_REVERSAL) /lib/thread.c: 936 in thread_cancel() 930 { 931 struct thread_list *list = NULL; 932 struct pqueue *queue = NULL; 933 struct thread **thread_array = NULL; 934 935 pthread_mutex_lock (&thread->mtx);
CID 1438075: Program hangs (ORDER_REVERSAL) Calling "pthread_mutex_lock" acquires lock "thread_master.mtx" while holding lock "thread.mtx" (count: 1 / 5).
936 pthread_mutex_lock (&thread->master->mtx); 937 938 assert (pthread_self() == thread->master->owner); 939 940 switch (thread->type) 941 {
** CID 1438074: Control flow issues (DEADCODE) /pimd/pim_cmd.c: 5950 in ip_pim_bfd() ________________________________________________________________________________________________________ *** CID 1438074: Control flow issues (DEADCODE) /pimd/pim_cmd.c: 5950 in ip_pim_bfd() 5944 { 5945 VTY_DECLVAR_CONTEXT(interface, ifp); 5946 struct pim_interface *pim_ifp = NULL; 5947 struct bfd_info *bfd_info = NULL; 5948 5949 if (!ifp)
CID 1438074: Control flow issues (DEADCODE) Execution cannot reach this statement: "return 0;".
5950 return CMD_SUCCESS; 5951 pim_ifp = ifp->info; 5952 if (!pim_ifp) 5953 return CMD_SUCCESS; 5954 bfd_info = pim_ifp->bfd_info; 5955
________________________________________________________________________________________________________ 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...