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. New defect(s) Reported-by: Coverity Scan Showing 1 of 1 defect(s) ** CID 1448984: (PW.TOO_FEW_PRINTF_ARGS) /lib/thread.c: 274 in () /lib/thread.c: 298 in () ________________________________________________________________________________________________________ *** CID 1448984: (PW.TOO_FEW_PRINTF_ARGS) /lib/thread.c: 274 in () 268 int idx = 0; 269 270 if (argv_find (argv, argc, "FILTER", &idx)) { 271 filter = parse_filter (argv[idx]->arg); 272 if (!filter) { 273 vty_outln(vty, "Invalid filter \"%s\" specified; must contain at least"
CID 1448984: (PW.TOO_FEW_PRINTF_ARGS) the format string requires additional arguments
274 "one of 'RWTEXB'%s", argv[idx]->arg); 275 return CMD_WARNING; 276 } 277 } 278 279 cpu_record_print(vty, filter); /lib/thread.c: 298 in () 292 int idx = 0; 293 294 if (argv_find (argv, argc, "FILTER", &idx)) { 295 filter = parse_filter (argv[idx]->arg); 296 if (!filter) { 297 vty_outln(vty, "Invalid filter \"%s\" specified; must contain at least"
CID 1448984: (PW.TOO_FEW_PRINTF_ARGS) the format string requires additional arguments
298 "one of 'RWTEXB'%s", argv[idx]->arg); 299 return CMD_WARNING; 300 } 301 } 302 303 cpu_record_clear (filter);
________________________________________________________________________________________________________ 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