NetBSD/dist/dhcp/omapip
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.dist import of ISC dhcp-3.0rc10 2001-08-03 11:35:28 +00:00
alloc.c va_{start,end} audit: 2001-09-24 13:22:25 +00:00
array.c import of ISC dhcp-3.0rc10 2001-08-03 11:35:28 +00:00
auth.c import of ISC dhcp-3.0rc10 2001-08-03 11:35:28 +00:00
buffer.c import of ISC dhcp-3.0rc10 2001-08-03 11:35:28 +00:00
connection.c import of ISC dhcp-3.0rc10 2001-08-03 11:35:28 +00:00
convert.c import of ISC dhcp-3.0rc10 2001-08-03 11:35:28 +00:00
dispatch.c import of ISC dhcp-3.0rc10 2001-08-03 11:35:28 +00:00
errwarn.c pull in code patches from usr.sbin/dhcp 2001-08-03 13:07:03 +00:00
generic.c import of ISC dhcp-3.0rc10 2001-08-03 11:35:28 +00:00
handle.c import of ISC dhcp-3.0rc10 2001-08-03 11:35:28 +00:00
hash.c import of ISC dhcp-3.0rc10 2001-08-03 11:35:28 +00:00
inet_addr.c import of ISC dhcp-3.0rc10 2001-08-03 11:35:28 +00:00
listener.c import of ISC dhcp-3.0rc10 2001-08-03 11:35:28 +00:00
message.c import of ISC dhcp-3.0rc10 2001-08-03 11:35:28 +00:00
mrtrace.c import of ISC dhcp-3.0rc10 2001-08-03 11:35:28 +00:00
omapi.3 import of ISC dhcp-3.0rc10 2001-08-03 11:35:28 +00:00
protocol.c pull in code patches from usr.sbin/dhcp 2001-08-03 13:07:03 +00:00
result.c import of ISC dhcp-3.0rc10 2001-08-03 11:35:28 +00:00
support.c pull in code patches from usr.sbin/dhcp 2001-08-03 13:07:03 +00:00
test.c import of ISC dhcp-3.0rc10 2001-08-03 11:35:28 +00:00
toisc.c import of ISC dhcp-3.0rc10 2001-08-03 11:35:28 +00:00
trace.c import of ISC dhcp-3.0rc10 2001-08-03 11:35:28 +00:00