NetBSD/usr.sbin/sup/source
wiz 4c99916337 va_{start,end} audit:
Make sure that each va_start has one and only one matching va_end,
especially in error cases.
If the va_list is used multiple times, do multiple va_starts/va_ends.
If a function gets va_list as argument, don't let it use va_end (since
it's the callers responsibility).

Improved by comments from enami and christos -- thanks!

Heimdal/krb4/KAME changes already fed back, rest to follow.

Inspired by, but not not based on, OpenBSD.
2001-09-24 13:22:25 +00:00
..
sys
Makefile
atoo.c
c.h
ci.c
cvt.c
errmsg.c
expand.c
ffilecopy.c
filecopy.c
libc.h
log.c
netcryptvoid.c
nxtarg.c
path.c
quit.c
read_line.c
run.c va_{start,end} audit: 2001-09-24 13:22:25 +00:00
salloc.c
scan.c
scm.c typo in IPv6 support. listen to wildcard address correctly. 2001-09-18 04:36:28 +00:00
scmio.c correct 1st arg to select(). 2001-09-11 03:32:55 +00:00
skipto.c
stree.c
sup.1
sup.h
supcdefs.h
supcmain.c Spell 'occurred' with two 'r's. 2001-09-16 16:34:23 +00:00
supcmeat.c va_{start,end} audit: 2001-09-24 13:22:25 +00:00
supcmisc.c va_{start,end} audit: 2001-09-24 13:22:25 +00:00
supcname.c
supcparse.c
supcvers.c
supextern.h make sup/supfilesrv IPv6 ready. supfilesrv listens to single socket, 2001-09-11 03:33:52 +00:00
supfilesrv.c make sup/supfilesrv IPv6 ready. supfilesrv listens to single socket, 2001-09-11 03:33:52 +00:00
supmsg.c va_{start,end} audit: 2001-09-24 13:22:25 +00:00
supmsg.h
supscan.c
supservers.8 make sup/supfilesrv IPv6 ready. supfilesrv listens to single socket, 2001-09-11 03:33:52 +00:00
sysent.h
time.h
vprintf.c