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. 28 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 1470150: Null pointer dereferences (NULL_RETURNS) /lib/command.c: 2474 in command_setup_early_logging() ________________________________________________________________________________________________________ *** CID 1470150: Null pointer dereferences (NULL_RETURNS) /lib/command.c: 2474 in command_setup_early_logging() 2468 if (strcmp(dest, "syslog") == 0) { 2469 zlog_set_level(ZLOG_DEST_SYSLOG, zlog_default->default_lvl); 2470 return; 2471 } 2472 2473 token = strstr(dest, ":");
CID 1470150: Null pointer dereferences (NULL_RETURNS) Incrementing a pointer which might be null: "token".
2474 token++; 2475 2476 set_log_file(NULL, token, zlog_default->default_lvl); 2477 } 2478 2479 DEFUN (config_log_file,
________________________________________________________________________________________________________ To view the defects in Coverity Scan visit, https://u2389337.ct.sendgrid.net/wf/click?upn=08onrYu34A-2BWcWUl-2F-2BfV0V05...
participants (1)
-
scan-admin@coverity.com