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 1435757: Memory - corruptions (ARRAY_VS_SINGLETON) /vtysh/vtysh.c: 3256 in vtysh_init_vty() ________________________________________________________________________________________________________ *** CID 1435757: Memory - corruptions (ARRAY_VS_SINGLETON) /vtysh/vtysh.c: 3256 in vtysh_init_vty() 3250 vty = vty_new (); 3251 vty->type = VTY_SHELL; 3252 vty->node = VIEW_NODE; 3253 3254 /* Initialize commands. */ 3255 cmd_init (0);
CID 1435757: Memory - corruptions (ARRAY_VS_SINGLETON) Taking address with "&vtysh_var_handler" yields a singleton pointer.
3256 cmd_variable_handler_register(&vtysh_var_handler); 3257 3258 /* Install nodes. */ 3259 install_node (&bgp_node, NULL); 3260 install_node (&rip_node, NULL); 3261 install_node (&interface_node, NULL);
________________________________________________________________________________________________________ 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