NetBSD/usr.sbin/pkg_install/lib
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 version.o depends on version.h. 2001-03-05 18:24:58 +00:00
exec.c va_{start,end} audit: 2001-09-24 13:22:25 +00:00
file.c Fix command line for tar in the case that the file to be handled doesn't 2001-03-05 16:46:23 +00:00
ftpio.c Spell 'occurred' with two 'r's. 2001-09-16 16:34:23 +00:00
global.c Bring closer to /usr/share/misc/style with the aid of indent(1). 1999-08-24 00:48:37 +00:00
lib.h Interface change for strip_txz(): now stores suffix 2001-07-15 00:34:14 +00:00
lpkg.c - Comment code 1999-12-01 14:51:50 +00:00
pen.c use %ll_ instead of the less standard %q_ 2001-01-05 03:27:26 +00:00
pkgdb.c Spell 'occurred' with two 'r's. 2001-09-16 16:34:23 +00:00
plist.c `existent', not `existant' 2001-06-19 13:42:07 +00:00
str.c Interface change for strip_txz(): now stores suffix 2001-07-15 00:34:14 +00:00
version.c Add -V option to all pkgtools, which reports the version of the pkgtools. 2001-03-05 16:53:12 +00:00
version.h Fix `pkg_add -u' for packages without dependencies. 2001-07-24 14:45:16 +00:00