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. 1 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 1 of 1 defect(s) ** CID 1457145: Memory - corruptions (ARRAY_VS_SINGLETON) /lib/plist.c: 726 in prefix_list_apply_which_prefix() ________________________________________________________________________________________________________ *** CID 1457145: Memory - corruptions (ARRAY_VS_SINGLETON) /lib/plist.c: 726 in prefix_list_apply_which_prefix() 720 721 if (--depth) { 722 if (!table->entries[*byte].next_table) 723 break; 724 725 table = table->entries[*byte].next_table;
CID 1457145: Memory - corruptions (ARRAY_VS_SINGLETON) Using "byte" as an array. This might corrupt or misinterpret adjacent memory locations.
726 byte++; 727 continue; 728 } 729 730 for (pentry = table->entries[*byte].final_chain; pentry; 731 pentry = pentry->next_best) {
________________________________________________________________________________________________________ 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...
participants (1)
-
scan-admin@coverity.com