NetBSD/usr.sbin/rarpd
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 use getifaddrs to avoid alignment constraints in SIOCGIFCONF. 2000-04-13 09:12:16 +00:00
mkarp.c We need to close and open the socket to prevent routing updates building 2000-02-11 11:27:20 +00:00
mkarp.h If we answer a RARP request, also add the mapping to the local arp cache. 1997-11-24 18:43:12 +00:00
rarpd.8 add a -l (logging) switch. 1998-04-15 15:06:06 +00:00
rarpd.c va_{start,end} audit: 2001-09-24 13:22:25 +00:00