NetBSD/sys/arch/dnard/ofw
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
..
com_ofisa_consolehack.c
com_ofisa_machdep.c
cpu_ofbus.c
if_cs_ofisa_machdep.c
lpt_ofisa_machdep.c
ofisa_machdep.c
ofisascr.c
ofrom.c
oftodclock.c
ofw.c bcopy -> memmove, bzero -> memset, bcmp -> memcmp 2001-07-22 15:26:47 +00:00
ofw_irq.S
ofw_irqhandler.c
ofwgencfg_clock.c
ofwgencfg_machdep.c
openfirm.c va_{start,end} audit: 2001-09-24 13:22:25 +00:00
vga_ofbus.c Allow bus front-end to provide both ioctl and mmap entry points, 2001-09-14 01:10:11 +00:00
wdc_ofisa_machdep.c