https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=257317
Bug ID: 257317
Summary: FTPD.c va_list opened but not closed as detected by
cppcheck
Product: Base System
Version: CURRENT
Hardware: Any
OS: Any
Status: New
Severity: Affects Many People
Priority: ---
Component: bin
Assignee: [email protected]
Reporter: [email protected]
Howdy,
cppcheck-2.5 detected and error in libexec/ftpd/ftpd.c.
ftpd.c:3364:1: error: va_list 'ap' was opened but not closed by va_end().
Adding 'va_end(ap);' on line 3348 should resolve this.
--
You are receiving this mail because:
You are the assignee for the bug.