mirror of
https://github.com/opnsense/src.git
synced 2026-02-26 03:13:02 -05:00
In this path, we used va_start() without pairing it with va_end(). Add the va_end(). (va_start() without paired va_end() is undefined behavior per the C standard.) "In many implementations, [va_end] is a do-nothing operation; but those implementations that need it probably need it badly." - Rationale for the ANSI C Programming Language, § 4.8.1.3. Reported by: Coverity CID: 1340539 |
||
|---|---|---|
| .. | ||
| aldap.c | ||
| aldap.h | ||
| ber.c | ||
| ber.h | ||
| entries.c | ||
| ldapclient.c | ||
| log.c | ||
| Makefile | ||
| Makefile.depend | ||
| parse.y | ||
| yp.c | ||
| ypldap.8 | ||
| ypldap.c | ||
| ypldap.conf.5 | ||
| ypldap.h | ||
| ypldap_dns.c | ||