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. 3 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 1457695: API usage errors (VARARGS) /lib/csv.c: 288 in csv_encode_record() ________________________________________________________________________________________________________ *** CID 1457695: API usage errors (VARARGS) /lib/csv.c: 288 in csv_encode_record() 282 csv_field_t *fld = NULL; 283 int i; 284 285 va_start(list, count); 286 str = csv_field_iter(rec, &fld); 287 if (!fld)
CID 1457695: API usage errors (VARARGS) va_end was not called for "list".
288 return NULL; 289 for (tempc = 0; tempc < count; tempc++) { 290 col = va_arg(list, char *); 291 for (i = 0; i < fld->field_len; i++) { 292 str[i] = col[i]; 293 }
________________________________________________________________________________________________________ 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...