NetBSD/sbin/restore
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 revert previous change; not needed. 2001-02-04 21:38:34 +00:00
dirs.c
extern.h
interactive.c convert to use getprogname() 2001-02-19 22:48:57 +00:00
main.c convert to use getprogname() 2001-02-19 22:48:57 +00:00
restore.8 Drop arguments of .Os. 2001-06-05 11:22:41 +00:00
restore.c If possible, detect more case that file is missing on the tape. 2001-01-18 08:59:23 +00:00
restore.h heirarchy -> hierarchy 2001-08-24 10:24:45 +00:00
symtab.c `existent', not `existant' 2001-06-19 13:42:07 +00:00
tape.c Remove incorrect advice for lint; the control may return from panic(). 2001-01-24 23:14:04 +00:00
utilities.c va_{start,end} audit: 2001-09-24 13:22:25 +00:00