NetBSD/usr.bin/error
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
..
Makefile
error.1 Replace some .Xr to non-existing man pages with .Ic (since we don't 2001-05-08 17:18:04 +00:00
error.h fix redundant and nested decls 2001-02-05 01:44:07 +00:00
filter.c fix redundant and nested decls 2001-02-05 01:44:07 +00:00
input.c
main.c Fix various misspellings of compatible/compatibility. 2001-06-11 01:50:48 +00:00
pathnames.h
pi.c fix redundant and nested decls 2001-02-05 01:44:07 +00:00
subr.c
touch.c va_{start,end} audit: 2001-09-24 13:22:25 +00:00