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
atoo.c
c.h comment or delete text after CPP directives. 2001-01-16 02:50:27 +00:00
ci.c accessible' only has one a'. 2001-06-19 12:52:20 +00:00
cvt.c
errmsg.c
expand.c
ffilecopy.c
filecopy.c
libc.h
log.c More format string cleanups by sommerfeld. 2000-10-11 20:23:46 +00:00
Makefile You can't just define read_line as fparseln since former keeps the storage 2000-07-19 07:52:44 +00:00
netcryptvoid.c No need to initialise a global to zero. 2000-12-13 23:00:32 +00:00
nxtarg.c
path.c
quit.c
read_line.c Use correct argument type in call to "fparseln(3)". Fix supplied by 2000-07-21 16:03:14 +00:00
run.c va_{start,end} audit: 2001-09-24 13:22:25 +00:00
salloc.c
scan.c Software_Distribution => Software.Distribution. 1999-04-12 20:48:07 +00:00
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 Software_Distribution => Software.Distribution. 1999-04-12 20:48:07 +00:00
sup.1 Typos (from OpenBSD) 1999-11-18 19:02:31 +00:00
sup.h Fix various misspellings of compatible/compatibility. 2001-06-11 01:50:48 +00:00
supcdefs.h You can't just define read_line as fparseln since former keeps the storage 2000-07-19 07:52:44 +00:00
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 Software_Distribution => Software.Distribution. 1999-04-12 20:48:07 +00:00
supcparse.c Software_Distribution => Software.Distribution. 1999-04-12 20:48:07 +00:00
supcvers.c Software_Distribution => Software.Distribution. 1999-04-12 20:48:07 +00:00
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 comment or delete text after CPP directives. 2001-01-16 02:50:27 +00:00
supscan.c Software_Distribution => Software.Distribution. 1999-04-12 20:48:07 +00:00
supservers.8 make sup/supfilesrv IPv6 ready. supfilesrv listens to single socket, 2001-09-11 03:33:52 +00:00
sysent.h comment or delete text after CPP directives. 2001-01-16 02:50:27 +00:00
time.h
vprintf.c