NetBSD/sys/netkey
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
key.c va_{start,end} audit: 2001-09-24 13:22:25 +00:00
key.h cache IPsec policy on in6?pcb. most of the lookup operations can be bypassed, 2001-08-06 10:25:00 +00:00
key_debug.c avoid symbol conflict with "sin()". 2001-08-16 14:28:54 +00:00
key_debug.h remove "#ifdef IPSEC_DEBUG" conditional from from key_debug.h 2001-08-12 11:52:43 +00:00
key_var.h do not #ifdef KEY_DEBUG in header. sync with kame 2001-07-27 04:48:13 +00:00
keydb.c
keydb.h
keysock.c remove "register" variable specifier. sync with kame 2001-08-02 11:32:14 +00:00
keysock.h