Coverity-updates archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
New Defects reported by Coverity Scan for NetBSD-amd64-user
Hi,
Please find the latest report on new defect(s) introduced to NetBSD-amd64-user found with Coverity Scan.
10 new defect(s) introduced to NetBSD-amd64-user found with Coverity Scan.
24 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 10 of 10 defect(s)
** CID 1292550: API usage errors (VARARGS)
/external/bsd/dhcpcd/dist/common.c: 199 in logger()
________________________________________________________________________________________________________
*** CID 1292550: API usage errors (VARARGS)
/external/bsd/dhcpcd/dist/common.c: 199 in logger()
193 #endif
194
195 serrno = errno;
196 va_start(va, fmt);
197
198 if (pri >= LOG_DEBUG && ctx && !(ctx->options & DHCPCD_DEBUG))
>>> CID 1292550: API usage errors (VARARGS)
>>> va_end was not called for "va".
199 return;
200
201 #ifndef HAVE_PRINTF_M
202 /* Print strerrno(errno) in place of %m */
203 if (ctx == NULL || !(ctx->options & DHCPCD_QUIET) || ctx->log_fd != -1)
204 {
________________________________________________________________________________________________________
To view the defects in Coverity Scan visit, https://scan.coverity.com/projects/1449?tab=overview
To manage Coverity Scan email notifications for "coverity-updates%netbsd.org@localhost", click https://scan.coverity.com/subscriptions/edit?email=coverity-updates%40netbsd.org&token=487286ca1a9a4f4bd485d16f66b5e782 .
Home |
Main Index |
Thread Index |
Old Index