NetBSD/sys/arch/dnard
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
..
compile
conf Add bridge pseudo devices to GENERIC configs 2001-09-01 21:52:23 +00:00
dnard Remove opt_footbridge from conf.c 2001-07-29 00:34:44 +00:00
include Add a merged <pcb.h> for arm26/arm32. 2001-09-03 19:20:27 +00:00
isa Add isa_machdep.c for dnard 2001-05-09 15:58:50 +00:00
ofw va_{start,end} audit: 2001-09-24 13:22:25 +00:00
Makefile