freebsd-dev/usr.sbin/ypldap
Conrad Meyer 446bb222fb ypldap(8): Fix absent va_end() in 'goto fail' path
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
2020-01-29 05:59:22 +00:00
..
aldap.c Simplify parseval() by allocating a buffer the size of the input string, 2017-05-26 03:27:06 +00:00
aldap.h
ber.c ypldap(8): Fix absent va_end() in 'goto fail' path 2020-01-29 05:59:22 +00:00
ber.h
entries.c Log when we have finished pushing users and groups. 2017-08-01 05:26:20 +00:00
ldapclient.c Use memset(3) instead of bzero(3). 2016-12-02 06:07:27 +00:00
log.c
Makefile Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones 2017-03-01 04:18:28 +00:00
Makefile.depend DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
parse.y Do not allow whitespace in macro names. 2016-07-11 03:34:32 +00:00
yp.c Increase YPMAXRECORD to 16M to be compatible with Linux. 2019-08-12 20:27:33 +00:00
ypldap_dns.c Use memset(3) instead of bzero(3). 2016-12-02 06:07:27 +00:00
ypldap.8 Bump date in both manpages. 2016-06-07 07:04:05 +00:00
ypldap.c Use memset(3) instead of bzero(3). 2016-12-02 06:07:27 +00:00
ypldap.conf.5
ypldap.h